Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Add clap attr comment
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Jan 4, 2023
commit 7269f21a11fe842d7bc8fa49d65bc8cd55bca768
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub struct OnRuntimeUpgradeCmd {
/// - `try-state`: Perform the try-state checks.
///
/// Performing any checks will potentially invalidate the measured PoV/Weight.
// NOTE: The clap attributes make it backwards compatible with the previous `--checks` flag.
#[clap(long,
default_value = "None",
default_missing_value = "All",
Expand Down