add no-log to anywhere

This commit is contained in:
benedettadavico
2026-02-18 17:37:45 +01:00
parent 1fabec4cd9
commit 6996437424
+1 -1
View File
@@ -29,7 +29,7 @@ struct CliArgs {
config_env_file: Option<PathBuf>,
/// Disable logging during probe
#[arg(long)]
#[arg(long, global = true)]
no_log: bool,
}