We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fbacc commit 15715a0Copy full SHA for 15715a0
1 file changed
main.go
@@ -11,7 +11,7 @@ import (
11
"github.com/urfave/cli/v2"
12
)
13
14
-const version = "0.1.2"
+const version = "0.2.1"
15
16
var args AppArgs
17
@@ -99,6 +99,11 @@ func createApp() *cli.App {
99
Usage: "忽略的文件后缀 使用空格或者换行隔开",
100
Destination: &iregInput,
101
},
102
+ &cli.BoolFlag{
103
+ Name: "version",
104
+ Aliases: []string{"v", "V"},
105
+ Usage: "CodeMeld 版本",
106
+ },
107
&cli.BoolFlag{
108
Name: "include-hidden",
109
Aliases: []string{"ih"},
0 commit comments