pub fn handle_command( cmd: &str, output: &mut Vec<OutputLine>, evaluator: &mut Evaluator, attached: &mut Vec<PathBuf>, )
Dispatches a :command string, mutating output, evaluator, and attached as needed.
:command
output
evaluator
attached