Skip to main content

execute

Function execute 

Source
pub fn execute(
    input: &str,
    state: &mut ReplState,
) -> Result<bool, Box<dyn Error>>
Expand description

Execute a slash command. Returns true if REPL should exit.