Function nu_cli::evaluate_commands

source ·
pub fn evaluate_commands(
    commands: &Spanned<String>,
    engine_state: &mut EngineState,
    stack: &mut Stack,
    input: PipelineData,
    table_mode: Option<Value>
) -> Result<Option<i64>>
Expand description

Run a command (or commands) given to us by the user