You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
When you put two or more dollar '$' chars into an argument:
POC
The you do on terminal:
node index.js --comment="Hey, do you want some $$$$"Expected result:
"Hey, do you want some $$$$"
Result:
"Hey, do you want some 114349114349"