Skip to main content

run

Function run 

Source
pub async fn run(args: &InitArgs) -> Result<Exit>
Expand description

Run the command, writing to stdout. Returns Ok(Exit::Clean) on success and Err(_) on any failure.