Skip to content

Commit fc23c2a

Browse files
committed
remove ffmpeg batch cli
1 parent 6c793dc commit fc23c2a

File tree

2 files changed

+1
-250
lines changed

2 files changed

+1
-250
lines changed

garage_cmd/ffmpeg.go

Lines changed: 0 additions & 245 deletions
This file was deleted.

garage_cmd/main.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ var (
2121

2222
func init() {
2323
RootCmd.HideVersion = true
24-
RootCmd.Usage = "命令行工具"
24+
RootCmd.Usage = "Set of crwal tool"
2525
RootCmd.Flags = []cli.Flag{}
2626
RootCmd.Commands = []*cli.Command{
2727
crawlJavbusCmd,
28-
// ffmpegBatchCmd,
2928
versionCmd,
3029
serverCmd,
3130
}
32-
// RootCmd.CommandNotFound = func(ctx *cli.Context, s string) {
33-
// fmt.Println(s)
34-
// }
3531
}
3632

3733
func main() {

0 commit comments

Comments
 (0)