Skip to content
Snippets Groups Projects
Commit d46f2b9c authored by guanqun's avatar guanqun Committed by Gav Wood
Browse files

cli: add --dev to all subcommands (#807)

parent dea80058
No related merge requests found
......@@ -138,6 +138,10 @@ subcommands:
value_name: CHAIN_SPEC
help: Specify the chain specification (one of krummelanke, dev, local or staging)
takes_value: true
- dev:
long: dev
help: Specify the development chain
takes_value: false
- export-blocks:
about: Export blocks to a file
args:
......@@ -150,6 +154,10 @@ subcommands:
value_name: CHAIN_SPEC
help: Specify the chain specification.
takes_value: true
- dev:
long: dev
help: Specify the development chain
takes_value: false
- base-path:
long: base-path
short: d
......@@ -182,6 +190,10 @@ subcommands:
value_name: CHAIN_SPEC
help: Specify the chain specification.
takes_value: true
- dev:
long: dev
help: Specify the development chain
takes_value: false
- base-path:
long: base-path
short: d
......@@ -207,6 +219,10 @@ subcommands:
value_name: CHAIN_SPEC
help: Specify the chain specification.
takes_value: true
- dev:
long: dev
help: Specify the development chain
takes_value: false
- base-path:
long: base-path
short: d
......@@ -221,6 +237,10 @@ subcommands:
value_name: CHAIN_SPEC
help: Specify the chain specification.
takes_value: true
- dev:
long: dev
help: Specify the development chain
takes_value: false
- base-path:
long: base-path
short: d
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment