From be50955f4055c04c10dd49c7c6f35b4460a63a60 Mon Sep 17 00:00:00 2001 From: Benjamin Himes Date: Thu, 7 Aug 2025 21:40:31 +0200 Subject: [PATCH] Removes double param for `--cache` in `config set` --- bittensor_cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/cli.py b/bittensor_cli/cli.py index 65230eda6..8372b5517 100755 --- a/bittensor_cli/cli.py +++ b/bittensor_cli/cli.py @@ -1264,7 +1264,7 @@ def set_config( use_cache: Optional[bool] = typer.Option( None, "--cache/--no-cache", - "--cache/--no_cache", + " /--no_cache", help="Disable caching of some commands. This will disable the `--reuse-last` and `--html` flags on " "commands such as `subnets metagraph`, `stake show` and `subnets list`.", ),