[][src]Function nu_cli::run_pipeline_standalone

pub async fn run_pipeline_standalone<'_>(
    pipeline: String,
    redirect_stdin: bool,
    context: &'_ mut EvaluationContext,
    exit_on_error: bool
) -> Result<(), Box<dyn Error>>