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.
fn complete_command(part: &str, prefix: &str) -> Vec<String>
Returns a list of ClientChatCommand
and ServerChatCommand
names that
start with the given partial input.