Skip to content

Commit f7490ca

Browse files
authored
Merge pull request #579 from opentensor/fix/thewhaleking/double-params
Removes double param for `--cache` in `config set`
2 parents 6a7ea74 + be50955 commit f7490ca

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)