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 6c793dc commit fc23c2aCopy full SHA for fc23c2a
garage_cmd/ffmpeg.go
garage_cmd/main.go
@@ -21,17 +21,13 @@ var (
21
22
func init() {
23
RootCmd.HideVersion = true
24
- RootCmd.Usage = "命令行工具"
+ RootCmd.Usage = "Set of crwal tool"
25
RootCmd.Flags = []cli.Flag{}
26
RootCmd.Commands = []*cli.Command{
27
crawlJavbusCmd,
28
- // ffmpegBatchCmd,
29
versionCmd,
30
serverCmd,
31
}
32
- // RootCmd.CommandNotFound = func(ctx *cli.Context, s string) {
33
- // fmt.Println(s)
34
- // }
35
36
37
func main() {
0 commit comments