pub(crate) fn set_machine(on: bool)Expand description
Force machine mode on or off. Intentionally crate-private: production
activation goes through check_machine (pre-parse) or
crate::opts::GlobalArgs::init (post-parse re-sync).
pub(crate) fn set_machine(on: bool)Force machine mode on or off. Intentionally crate-private: production
activation goes through check_machine (pre-parse) or
crate::opts::GlobalArgs::init (post-parse re-sync).