pub fn latch(quiet: bool, verbose: bool, json: bool)Expand description
Record the run’s output level. Called once from execute_command.
Never resets to Level::Normal: an in-process test that runs a second
command must not be able to un-quiet a run the user asked to be quiet.