Skip to content

Commit 60bfce0

Browse files
committed
change inductor_provenance to be on by default
1 parent 5141ba3 commit 60bfce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub struct Cli {
4545
#[arg(short, long)]
4646
export: bool,
4747
/// For inductor provenance tracking highlighter
48-
#[arg(short, long)]
48+
#[arg(short, long, default_value = "true")]
4949
inductor_provenance: bool,
5050
}
5151

0 commit comments

Comments
 (0)