pub fn run_cli_entrypoint() -> i32Expand description
Binary entrypoint for the Asana CLI.
Pre-processes argv to translate the subject-first instance dispatch shape
(e.g. task <TASK> tags add --tag <TAG>) into the verb-first shape that
the underlying clap structures parse, then delegates to the shared
run_cli_from helper.