Searched refs:process_cmd_line (Results 1 – 2 of 2) sorted by relevance
769 if !handler.process_cmd_line(&first, &iter.collect::<Vec<String>>()) { in handle_client_command()809 handler.process_cmd_line(cmd, &rest.to_vec()); in handle_client_command()
425 pub fn process_cmd_line(&mut self, command: &str, args: &Vec<String>) -> bool { in process_cmd_line() method