mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 05:41:07 +00:00
cli: add --dev to all subcommands (#807)
This commit is contained in:
@@ -138,6 +138,10 @@ subcommands:
|
|||||||
value_name: CHAIN_SPEC
|
value_name: CHAIN_SPEC
|
||||||
help: Specify the chain specification (one of krummelanke, dev, local or staging)
|
help: Specify the chain specification (one of krummelanke, dev, local or staging)
|
||||||
takes_value: true
|
takes_value: true
|
||||||
|
- dev:
|
||||||
|
long: dev
|
||||||
|
help: Specify the development chain
|
||||||
|
takes_value: false
|
||||||
- export-blocks:
|
- export-blocks:
|
||||||
about: Export blocks to a file
|
about: Export blocks to a file
|
||||||
args:
|
args:
|
||||||
@@ -150,6 +154,10 @@ subcommands:
|
|||||||
value_name: CHAIN_SPEC
|
value_name: CHAIN_SPEC
|
||||||
help: Specify the chain specification.
|
help: Specify the chain specification.
|
||||||
takes_value: true
|
takes_value: true
|
||||||
|
- dev:
|
||||||
|
long: dev
|
||||||
|
help: Specify the development chain
|
||||||
|
takes_value: false
|
||||||
- base-path:
|
- base-path:
|
||||||
long: base-path
|
long: base-path
|
||||||
short: d
|
short: d
|
||||||
@@ -182,6 +190,10 @@ subcommands:
|
|||||||
value_name: CHAIN_SPEC
|
value_name: CHAIN_SPEC
|
||||||
help: Specify the chain specification.
|
help: Specify the chain specification.
|
||||||
takes_value: true
|
takes_value: true
|
||||||
|
- dev:
|
||||||
|
long: dev
|
||||||
|
help: Specify the development chain
|
||||||
|
takes_value: false
|
||||||
- base-path:
|
- base-path:
|
||||||
long: base-path
|
long: base-path
|
||||||
short: d
|
short: d
|
||||||
@@ -207,6 +219,10 @@ subcommands:
|
|||||||
value_name: CHAIN_SPEC
|
value_name: CHAIN_SPEC
|
||||||
help: Specify the chain specification.
|
help: Specify the chain specification.
|
||||||
takes_value: true
|
takes_value: true
|
||||||
|
- dev:
|
||||||
|
long: dev
|
||||||
|
help: Specify the development chain
|
||||||
|
takes_value: false
|
||||||
- base-path:
|
- base-path:
|
||||||
long: base-path
|
long: base-path
|
||||||
short: d
|
short: d
|
||||||
@@ -221,6 +237,10 @@ subcommands:
|
|||||||
value_name: CHAIN_SPEC
|
value_name: CHAIN_SPEC
|
||||||
help: Specify the chain specification.
|
help: Specify the chain specification.
|
||||||
takes_value: true
|
takes_value: true
|
||||||
|
- dev:
|
||||||
|
long: dev
|
||||||
|
help: Specify the development chain
|
||||||
|
takes_value: false
|
||||||
- base-path:
|
- base-path:
|
||||||
long: base-path
|
long: base-path
|
||||||
short: d
|
short: d
|
||||||
|
|||||||
Reference in New Issue
Block a user