pub async fn run(args: &InitArgs) -> Result<Exit>
Run the command, writing to stdout. Returns Ok(Exit::Clean) on success and Err(_) on any failure.
Ok(Exit::Clean)
Err(_)