Skip to content

Commit 54cf570

Browse files
authored
Update cmd.rs
1 parent 9f6652f commit 54cf570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malefic-mutant/src/cmd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub enum Commands {
2525
config: String,
2626

2727
/// Choice use source code or prebuild
28-
#[arg(long, short = 's', global = true, default_value = "true")]
28+
#[arg(long, short = 's', global = true, default_value = "false")]
2929
source: bool,
3030

3131
#[command(subcommand)]

0 commit comments

Comments
 (0)