From 2206e35e10d929bdcf6a7e35e8cafd30d0261dae Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 5 Mar 2025 15:10:06 -0800 Subject: [PATCH] Removes hidden flags when unstaking all --- bittensor_cli/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index a67bd4dc0..fb8a195f9 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -3062,14 +3062,12 @@ def stake_remove( False, "--unstake-all", "--all", - hidden=True, help="When set, this command unstakes all staked TAO + Alpha from the all hotkeys.", ), unstake_all_alpha: bool = typer.Option( False, "--unstake-all-alpha", "--all-alpha", - hidden=True, help="When set, this command unstakes all staked Alpha from the all hotkeys.", ), amount: float = typer.Option(