pub async fn interpret_for_ui_with_args(
input: &str,
program_args: &[String],
) -> InterpreterResultExpand description
Like interpret_for_ui, but supplies the program’s argument vector to the
args() system native. program_args is the full argv (index 0 is the
program name), matching the compiled binary’s env::args().