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