pub fn execute( input: &str, state: &mut ReplState, ) -> Result<bool, Box<dyn Error>>
Parse and execute a slash command. Returns true if the REPL should exit.
true