Merge pull request 'pkgs/cli: Hide clan history subcommand from help output' (#2319) from kenji/clan-core:kenji-cli-hide-history into main

This commit is contained in:
clan-bot
2024-11-05 18:33:30 +00:00

View File

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