pub fn evaluate_repl(
    engine_state: &mut EngineState,
    stack: &mut Stack,
    nushell_path: &str,
    is_perf_true: bool,
    prerun_command: Option<Spanned<String>>
) -> Result<()>