pub fn parse_command(input: &str) -> Option<(&str, &str)>
Parse slash command from input, returning (command_name, args)