remove useless subcommand

This commit is contained in:
2025-11-19 18:48:35 +01:00
parent 1c89df0673
commit 8e18f2ce76

View File

@@ -44,7 +44,6 @@ func main() {
subcommands.Register(subcommands.HelpCommand(), "help") subcommands.Register(subcommands.HelpCommand(), "help")
subcommands.Register(subcommands.FlagsCommand(), "help") subcommands.Register(subcommands.FlagsCommand(), "help")
subcommands.Register(subcommands.CommandsCommand(), "help")
subcommands.Register(&version.VersionCmd{}, "help") subcommands.Register(&version.VersionCmd{}, "help")
subcommands.Register(&add.AddCmd{Service: s}, "management") subcommands.Register(&add.AddCmd{Service: s}, "management")