remove useless subcommand
This commit is contained in:
@@ -44,7 +44,6 @@ func main() {
|
||||
|
||||
subcommands.Register(subcommands.HelpCommand(), "help")
|
||||
subcommands.Register(subcommands.FlagsCommand(), "help")
|
||||
subcommands.Register(subcommands.CommandsCommand(), "help")
|
||||
subcommands.Register(&version.VersionCmd{}, "help")
|
||||
|
||||
subcommands.Register(&add.AddCmd{Service: s}, "management")
|
||||
|
||||
Reference in New Issue
Block a user