Skip to content

Commit

Permalink
remove ffmpeg batch cli
Browse files Browse the repository at this point in the history
  • Loading branch information
gsxhnd committed May 3, 2024
1 parent 6c793dc commit fc23c2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 250 deletions.
245 changes: 0 additions & 245 deletions garage_cmd/ffmpeg.go

This file was deleted.

6 changes: 1 addition & 5 deletions garage_cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,13 @@ var (

func init() {
RootCmd.HideVersion = true
RootCmd.Usage = "命令行工具"
RootCmd.Usage = "Set of crwal tool"
RootCmd.Flags = []cli.Flag{}
RootCmd.Commands = []*cli.Command{
crawlJavbusCmd,
// ffmpegBatchCmd,
versionCmd,
serverCmd,
}
// RootCmd.CommandNotFound = func(ctx *cli.Context, s string) {
// fmt.Println(s)
// }
}

func main() {
Expand Down

0 comments on commit fc23c2a

Please sign in to comment.