From d46f2b9c76c09e57e19732ea4e433909aafcd713 Mon Sep 17 00:00:00 2001 From: guanqun Date: Thu, 27 Sep 2018 17:22:09 +0800 Subject: [PATCH] cli: add --dev to all subcommands (#807) --- substrate/core/cli/src/cli.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/substrate/core/cli/src/cli.yml b/substrate/core/cli/src/cli.yml index 96c80e111c..4b54749b92 100644 --- a/substrate/core/cli/src/cli.yml +++ b/substrate/core/cli/src/cli.yml @@ -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