mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 13:37:57 +00:00
Format templates and fix --steps default value (#12286)
* Cleaup imports Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Format template Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Set steps min value to two Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
d5c57ffcc1
commit
cb82064cb8
@@ -43,7 +43,7 @@ pub struct PalletCmd {
|
||||
pub extrinsic: Option<String>,
|
||||
|
||||
/// Select how many samples we should take across the variable components.
|
||||
#[clap(short, long, default_value = "1")]
|
||||
#[clap(short, long, default_value = "2")]
|
||||
pub steps: u32,
|
||||
|
||||
/// Indicates lowest values for each of the component ranges.
|
||||
|
||||
Reference in New Issue
Block a user