Skip to main content

run

Function run 

Source
pub fn run(cli: Cli) -> Result<(), Box<dyn Error>>
Expand description

Run the CLI with the parsed arguments.

Writes output to stdout. Returns an error on failure.