How to pass sentence or multiple words to multiple arguments? #449
Answered
by
chillymosh
DennisMinn
asked this question in
Questions
-
I want to pass multiple arguments enclosed in either ' or ", but on the first argument is properly formatted, while the second argument is cut off. Is there a way to modify how the arguments is parsed?
Input from
Current Output
Desired Output
|
Beta Was this translation helpful? Give feedback.
Answered by
chillymosh
May 13, 2024
Replies: 1 comment 1 reply
-
@DennisMinn It does look like there is an issue with the tokeniser in regards to this behaviour. Are you able to test what I posted in |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
DennisMinn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DennisMinn It does look like there is an issue with the tokeniser in regards to this behaviour. Are you able to test what I posted in
#450