Skip to main content

run

Function run 

Source
pub fn run(args: CompletionsArgs, _paths: Paths) -> Result<i32>
Expand description

Print a completion script for args.shell to stdout.

Returns exit_codes::OK on success. We do not need the resolved Paths for completions — the script is regenerated from the live Cli parser at install time, so there is no store or config IO.