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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user