pub fn evaluate_file(
    path: String,
    args: &[String],
    engine_state: &mut EngineState,
    stack: &mut Stack,
    input: PipelineData,
    is_perf_true: bool
) -> Result<()>
Expand description

Main function used when a file path is found as argument for nu