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 5141ba3 commit 60bfce0Copy full SHA for 60bfce0
src/cli.rs
@@ -45,7 +45,7 @@ pub struct Cli {
45
#[arg(short, long)]
46
export: bool,
47
/// For inductor provenance tracking highlighter
48
- #[arg(short, long)]
+ #[arg(short, long, default_value = "true")]
49
inductor_provenance: bool,
50
}
51
0 commit comments