Closed ianthomas23 closed 3 months ago
Add support for single and double quotes in the command line, so commands like
lua -e "A=3; B=7" -v
or the same with single quotes.
There is no support yet for backslashed quotes \", or indeed any form of backslashed characters.
\"
Add support for single and double quotes in the command line, so commands like
or the same with single quotes.
There is no support yet for backslashed quotes
\"
, or indeed any form of backslashed characters.