We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-s
1 parent c9183ff commit 984af8dCopy full SHA for 984af8d
cargo-espflash/src/main.rs
@@ -53,7 +53,7 @@ enum CargoSubcommand {
53
subcommand: Commands,
54
55
/// Do not check for updates
56
- #[clap(short, long, global = true, action)]
+ #[clap(short = 'S', long, global = true, action)]
57
skip_update_check: bool,
58
},
59
}
0 commit comments