From b432fc82c78bb890eca5938c7754950f089c7abe Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Sep 2024 14:36:20 -0400 Subject: Add shell escaping for arrays of text --- stdlib/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib/shell.h') diff --git a/stdlib/shell.h b/stdlib/shell.h index 16d0b10d..14a086ef 100644 --- a/stdlib/shell.h +++ b/stdlib/shell.h @@ -17,6 +17,7 @@ OptionalClosure_t Shell$by_line(Shell_t command); Shell_t Shell$escape_text(Text_t text); +Shell_t Shell$escape_text_array(Array_t texts); OptionalArray_t Shell$run_bytes(Shell_t command); OptionalText_t Shell$run(Shell_t command); -- cgit v1.2.3