diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 16:54:27 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 16:54:27 -0400 |
| commit | 67191b70789de3ef723561f26587903dc1dc698f (patch) | |
| tree | 6f5428c8d6c5ea8e52e83fab17c875035d8ea7de /stdlib/shell.h | |
| parent | b4a0fda409f49c44c3aaee40575b438f0dfbbbe4 (diff) | |
Fix shell escaping for arrays of paths
Diffstat (limited to 'stdlib/shell.h')
| -rw-r--r-- | stdlib/shell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/shell.h b/stdlib/shell.h index c20c809d..517a3609 100644 --- a/stdlib/shell.h +++ b/stdlib/shell.h @@ -20,6 +20,7 @@ OptionalClosure_t Shell$by_line(Shell_t command); Shell_t Shell$escape_text(Text_t text); Shell_t Shell$escape_path(Path_t path); Shell_t Shell$escape_text_array(Array_t texts); +Shell_t Shell$escape_path_array(Array_t paths); OptionalArray_t Shell$run_bytes(Shell_t command); OptionalText_t Shell$run(Shell_t command); OptionalInt32_t Shell$execute(Shell_t command); |
