Function complete_command

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

Returns a list of ClientChatCommand and ServerChatCommand names that start with the given partial input.