jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Support quotes in command line #26

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 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.