pub fn install_active_mode(mode: OutputMode, quiet: bool)Expand description
Install the resolved output mode and quiet flag globally.
Calling this more than once has no effect — the first install wins.
main.rs/run_with_config SHALL invoke this once before any command
runs.