1 2 3 4 5 6
use std::sync::OnceLock; pub mod commands; /// Application-level verbosity pub static VERBOSE: OnceLock<bool> = OnceLock::new();