Embedded spaces in script parameters? #2388
Unanswered
sig-daveka
asked this question in
Q&A
Replies: 1 comment 2 replies
-
ye, encountered this myself yesteday :( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I enter embedded spaces in Run / Debug script parameters? When invoking my script from the command line I'd do something like
--since '20 days'
, but when entering that as a script parameter I get passed'20
anddays'
as separate arguments, complete with quotes.Beta Was this translation helpful? Give feedback.
All reactions