Skip to content

Commit be50955

Browse files
committed
Removes double param for --cache in config set
1 parent 6a7ea74 commit be50955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ def set_config(
12641264
use_cache: Optional[bool] = typer.Option(
12651265
None,
12661266
"--cache/--no-cache",
1267-
"--cache/--no_cache",
1267+
" /--no_cache",
12681268
help="Disable caching of some commands. This will disable the `--reuse-last` and `--html` flags on "
12691269
"commands such as `subnets metagraph`, `stake show` and `subnets list`.",
12701270
),

0 commit comments

Comments
 (0)