We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b237a1a commit 27e3cc9Copy full SHA for 27e3cc9
README.md
@@ -129,7 +129,7 @@ AUTHOR:
129
Ayooluwa Isaiah <ayo@freshman.tech>
130
131
VERSION:
132
- v1.3.0
+ v1.4.0
133
134
FLAGS:
135
--find <pattern>, -f <pattern> Search <pattern>. Treated as a regular expression by default. Use -s or --string-mode to opt out
app.go
@@ -85,7 +85,7 @@ func GetApp() *cli.App {
85
},
86
Usage: "F2 is a command-line tool for batch renaming multiple files and directories quickly and safely",
87
UsageText: "FLAGS [OPTIONS] [PATHS...]",
88
- Version: "v1.3.0",
+ Version: "v1.4.0",
89
EnableBashCompletion: true,
90
Flags: []cli.Flag{
91
&cli.StringFlag{
0 commit comments