Skip to main content

handle_command

Function handle_command 

Source
pub fn handle_command(
    cmd: &str,
    output: &mut Vec<OutputLine>,
    evaluator: &mut Evaluator,
    attached: &mut Vec<PathBuf>,
)
Expand description

Dispatches a :command string, mutating output, evaluator, and attached as needed.