1
1
mirror of https://github.com/casey/just.git synced 2024-11-23 11:04:09 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Casey Rodarmor
3ef420ccb3
Add quote(s) function for escaping strings (#1022)
Replace all single quotes with `'\''` and prepend and append single
quotes to `s`. This is sufficient to escape special characters for many
shells, including most Bourne shell descendants.
2021-11-08 19:22:58 +00:00