Skip to main content

complete_command

Function complete_command 

Source
pub fn complete_command(prefix: &str) -> Vec<String>
Expand description

Provide command completions for a given prefix.

Returns a list of possible completions sorted alphabetically.