We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921e84 commit 4eb75afCopy full SHA for 4eb75af
bittensor_cli/cli.py
@@ -1671,7 +1671,9 @@ def wallet_ask(
1671
wallet_name: Optional[str],
1672
wallet_path: Optional[str],
1673
wallet_hotkey: Optional[str],
1674
- ask_for: Optional[list[Union[str, Literal]]] = None,
+ ask_for: Optional[
1675
+ list[Union[str, Literal[WO.NAME, WO.PATH, WO.HOTKEY]]]
1676
+ ] = None,
1677
validate: WV = WV.WALLET,
1678
return_wallet_and_hotkey: bool = False,
1679
) -> Union[Wallet, tuple[Wallet, str]]:
0 commit comments