pub fn install_no_input(enabled: bool)Expand description
Installs the resolved --no-input decision for the whole process.
Called from crate::cli::Cli::validate_flags, the one bootstrap hook that
runs after XDG initialisation and before any subcommand dispatch.