Skip to main content

run_cli_entrypoint

Function run_cli_entrypoint 

Source
pub fn run_cli_entrypoint() -> i32
Expand 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.