Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Run the CLI, dispatching to the appropriate subcommand.

ยงErrors

Returns an error if the subcommand fails for any reason (invalid input, I/O failure, Git operation failure, etc.).