[][src]Function nu_cli::process_line

pub async fn process_line<'_, '_>(
    line: &'_ str,
    ctx: &'_ mut EvaluationContext,
    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