[−][src]Function nu_cli::process_line
pub async fn process_line<'_>(
readline: Result<String, ReadlineError>,
ctx: &'_ mut Context,
redirect_stdin: bool,
cli_mode: bool
) -> LineResult
Process the line by parsing the text to turn it into commands, classify those commands so that we understand what is being called in the pipeline, and then run this pipeline