diff --git a/cmd/cli/main.go b/cmd/cli/main.go index 9c71555..338dafb 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -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")