pkgs/cli: Hide clan history subcommand from help output

Hide the `clan history` subcommand from the help output.
It is only to be used by *very* advanced users currently and not even
them.
It is confusing in the current help output, because it is not clear what
it does.

This keeps the functionality around - while not confusing new users.
This commit is contained in:
a-kenji
2024-11-05 19:27:12 +01:00
parent 3cbfa4c922
commit be1d936e9d

View File

@@ -346,8 +346,7 @@ For more detailed information, visit: {help_hyperlink("deploy", "https://docs.cl
parser_history = subparsers.add_parser(
"history",
help="Manage history",
description="Manage history",
description="manage history",
)
history.register_parser(parser_history)