mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 10:07:56 +00:00
add note on --dev behavior (#9953)
* add note on `--dev` behavior * Update client/cli/src/params/shared_params.rs * Update client/cli/src/params/shared_params.rs * clippy fmt * Update client/cli/src/params/shared_params.rs Co-authored-by: Alexander Popiak <alexander.popiak@parity.io> * Update client/cli/src/params/shared_params.rs Co-authored-by: adoerr <0xad@gmx.net> Co-authored-by: Alexander Popiak <alexander.popiak@parity.io>
This commit is contained in:
@@ -32,6 +32,9 @@ pub struct SharedParams {
|
||||
pub chain: Option<String>,
|
||||
|
||||
/// Specify the development chain.
|
||||
///
|
||||
/// This flag sets `--chain=dev`, `--force-authoring`, `--rpc-cors=all`,
|
||||
/// `--alice`, and `--tmp` flags, unless explicitly overridden.
|
||||
#[structopt(long, conflicts_with_all = &["chain"])]
|
||||
pub dev: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user