aboutsummaryrefslogtreecommitdiff
path: root/stdlib/shell.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-23 14:36:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-23 14:36:20 -0400
commitb432fc82c78bb890eca5938c7754950f089c7abe (patch)
tree44731b975c600ce33e87482de7e0337211efab98 /stdlib/shell.h
parent62745cda958116788164a245849e0b45622cc057 (diff)
Add shell escaping for arrays of text
Diffstat (limited to 'stdlib/shell.h')
-rw-r--r--stdlib/shell.h1
1 files changed, 1 insertions, 0 deletions
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);