Skip to content

Commit f37ecae

Browse files
committed
Why was this changed?
1 parent 5cce337 commit f37ecae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ def edit_help(cls, option_name: str, help_text: str):
121121
help="Name of the wallet.",
122122
)
123123
wallet_path = typer.Option(
124-
"default",
124+
None,
125125
"--wallet-path",
126126
"-p",
127127
"--wallet_path",
128128
"--wallet.path",
129129
help="Path where the wallets are located. For example: `/Users/btuser/.bittensor/wallets`.",
130130
)
131131
wallet_hotkey = typer.Option(
132-
"default",
132+
None,
133133
"--hotkey",
134134
"-H",
135135
"--wallet_hotkey",

0 commit comments

Comments
 (0)