Skip to main content

run

Function run 

Source
pub fn run(args: &CompletionsArgs) -> Result<(), RkError>
Expand description

Generate completions for the requested shell on stdout.

The script is generated into a buffer and emitted through the output boundary, so the one command whose result clap produces still follows the same stream and failure policy as every other.

ยงErrors

Never fails; the signature matches the dispatch table.