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