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>,
no_newline: bool
) -> Result<(), ShellError>Expand description
Run a command (or commands) given to us by the user