From fa265d3de9d722545fe93c4eabac2128297acb13 Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Wed, 4 Feb 2026 15:38:21 -0800 Subject: [PATCH] adds help aliases --- bittensor_cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index fef38971..a78c05b8 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -852,6 +852,7 @@ def __init__(self): callback=self.main_callback, epilog=_epilog, no_args_is_help=True, + context_settings={"help_option_names": ["-h", "--help"]}, ) self.config_app = typer.Typer( epilog=_epilog,