run

Function run 

Source
pub(crate) fn run(command: Command, verbosity: u8) -> Result<()>
Expand description

Run the full CLI startup sequence and then execute the selected command.

The verbosity value is forwarded into crate::CommandContext::from_config_with_verbosity so the process-level runtime state can react to the caller’s requested verbosity without mutating the persisted configuration snapshot.