Skip to content

Commit 1f6fd3f

Browse files
jdetterZeke Foppa
authored andcommitted
[]: Build uses -S for skip clippy (#1129)
Co-authored-by: John Detter <[email protected]>
1 parent b30eb2c commit 1f6fd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/subcommands/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn cli() -> clap::Command {
1515
.arg(
1616
Arg::new("skip_clippy")
1717
.long("skip_clippy")
18-
.short('s')
18+
.short('S')
1919
.action(SetTrue)
2020
.env("SPACETIME_SKIP_CLIPPY")
2121
.value_parser(clap::builder::FalseyValueParser::new())

0 commit comments

Comments
 (0)