Skip to main content

cli_main

Function cli_main 

Source
pub fn cli_main()
Expand description

Top-level entry point. Call this from your xtask binary’s main().

Parses std::env::args(), dispatches to the matching subcommand, and calls std::process::exit(1) on failure.