1 2 3 4 5 6
/// Handle "unknown" command pub fn cmd_unknown(cmd: &str) -> bool { println!("Unknown command \"{}\"", cmd); true }