Skip to main content

run

Function run 

Source
pub fn run(shell: Shell, index: usize, words: &[String]) -> Result<()>
Expand description

Runs the complete command to provide shell autocompletion suggestions.

ยงErrors

This function is currently infallible but returns Result for consistency.