pub fn process_line(line: &[u8])
Process a complete input line through the shell.
line must be a null-terminated byte string (e.g. b"help\0").
line
b"help\0"