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 f33b6b8 commit ff0466bCopy full SHA for ff0466b
bittensor_cli/cli.py
@@ -4747,7 +4747,7 @@ def subnets_create(
4747
wallet_hotkey: str = Options.wallet_hotkey,
4748
network: Optional[list[str]] = Options.network,
4749
subnet_name: Optional[str] = typer.Option(
4750
- None, "--subnet-name", "--name", help="Name of the subnet"
+ None, "--subnet-name", help="Name of the subnet"
4751
),
4752
github_repo: Optional[str] = typer.Option(
4753
None, "--github-repo", "--repo", help="GitHub repository URL"
0 commit comments