pub fn handle_command(
parts: &[&str],
conn: &Connection,
out: &mut CliOutput<'_>,
) -> ShellActionExpand description
REPL command dispatcher. Splits its input into a command + tail and
emits all output through out. Returns Quit on quit/exit/q,
Continue otherwise.