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 e690b18 commit 30f32ebCopy full SHA for 30f32eb
crates/cli/src/utils/args.rs
@@ -152,7 +152,7 @@ pub struct OutputArgs {
152
/// This flag helps user to inspect ast-grep's internal filtering of files and rules.
153
/// tracing will output how many and why files and rules are scanned and skipped.
154
/// tracing information outputs to stderr and does not affect the result of the search.
155
- #[clap(long, default_value = "nothing", value_name = "LEVEL")]
+ #[clap(long, default_value = "nothing", value_name = "GRANULARITY")]
156
pub tracing: Tracing,
157
}
158
0 commit comments