-
Hi, I was just wondering if bun shell module api has some way to pass argument without escaping.
Like this, If there's argument that requires quote, each argument should be escaped. Is there any to simply pass argument, and we don't have to care about escape rules?
this works fine on bun, but is there alternative in bun shell module? |
Beta Was this translation helpful? Give feedback.
Answered by
RiskyMH
Feb 6, 2025
Replies: 1 comment
-
see https://bun.sh/docs/runtime/shell#escape-escape-strings
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RiskyMH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see https://bun.sh/docs/runtime/shell#escape-escape-strings