diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 16:52:00 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-16 16:52:00 -0400 |
| commit | b4a0fda409f49c44c3aaee40575b438f0dfbbbe4 (patch) | |
| tree | 47842c922e09786fa57ce4e1fc729e12ae10bdc7 /stdlib/shell.h | |
| parent | b0b2504a947058649ca037ad34b579bb5c43f485 (diff) | |
Fix shell escaping 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 500bb043..c20c809d 100644 --- a/stdlib/shell.h +++ b/stdlib/shell.h @@ -18,6 +18,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); OptionalArray_t Shell$run_bytes(Shell_t command); OptionalText_t Shell$run(Shell_t command); |
