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.
1 parent b30eb2c commit 1f6fd3fCopy full SHA for 1f6fd3f
crates/cli/src/subcommands/build.rs
@@ -15,7 +15,7 @@ pub fn cli() -> clap::Command {
15
.arg(
16
Arg::new("skip_clippy")
17
.long("skip_clippy")
18
- .short('s')
+ .short('S')
19
.action(SetTrue)
20
.env("SPACETIME_SKIP_CLIPPY")
21
.value_parser(clap::builder::FalseyValueParser::new())
0 commit comments