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 8408c6a commit 7e83552Copy full SHA for 7e83552
src/main.rs
@@ -27,7 +27,7 @@ struct Opts {
27
/// Write collected information to OUTPUT as JSON
28
#[clap(long, short = 'o')]
29
output: Option<PathBuf>,
30
-
+
31
#[clap(flatten)]
32
pub telemetry_arguments: TelemetryOptions,
33
}
0 commit comments