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.
pub fn cli_main()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.