pub async fn interpret_for_ui_baseline_with_args(
input: &str,
program_args: &[String],
) -> InterpreterResultExpand description
Like interpret_for_ui_baseline, but supplies the program’s argument
vector to the args() system native.
pub async fn interpret_for_ui_baseline_with_args(
input: &str,
program_args: &[String],
) -> InterpreterResultLike interpret_for_ui_baseline, but supplies the program’s argument
vector to the args() system native.