process_line

Function process_line 

Source
pub fn process_line(line: &[u8])
Expand description

Process a complete input line through the shell.

line must be a null-terminated byte string (e.g. b"help\0").