process_line

Function process_line 

Source
async fn process_line(app: &mut App, line: &str) -> Result<bool>
Expand description

Parse and run one line. Ok(false) means the user asked to leave.