Skip to main content

parse_special

Function parse_special 

Source
pub fn parse_special(input: &str) -> Option<SpecialCommand>
Expand description

Try to parse a line of user input as a special command. Returns None if the input is a regular message.