diff --git a/crates/nub-cli/src/cli.rs b/crates/nub-cli/src/cli.rs index 74d8709cc..107da93d3 100644 --- a/crates/nub-cli/src/cli.rs +++ b/crates/nub-cli/src/cli.rs @@ -4,7 +4,7 @@ use std::collections::{BTreeMap, BTreeSet, HashMap}; use std::env; use std::path::{Path, PathBuf}; use std::sync::OnceLock; -use std::sync::atomic::{AtomicBool, Ordering}; +use std::sync::atomic::{AtomicBool, AtomicU8, Ordering}; use anyhow::{Context, Result, bail}; #[cfg(feature = "compile")] @@ -39,10 +39,23 @@ static SILENT: AtomicBool = AtomicBool::new(false); static REPORTER_NDJSON: AtomicBool = AtomicBool::new(false); /// `--reporter-hide-prefix`: drop the `