Skip to main content

run

Function run 

Source
pub async fn run() -> ExitCode
Expand description

Run the command line, returning the process exit code.

Async rather than blocking, and deliberately not wrapped in a runtime: each binary supplies its own #[tokio::main], so neither has to know that the other exists.