We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6652f commit 54cf570Copy full SHA for 54cf570
malefic-mutant/src/cmd.rs
@@ -25,7 +25,7 @@ pub enum Commands {
25
config: String,
26
27
/// Choice use source code or prebuild
28
- #[arg(long, short = 's', global = true, default_value = "true")]
+ #[arg(long, short = 's', global = true, default_value = "false")]
29
source: bool,
30
31
#[command(subcommand)]
0 commit comments