ishell
ishell copied to clipboard
support multiline for unclosed quotes
When I type commands with unclosed quotes, It report errors.
>>> hello "world
Error: EOF found when expecting closing quote.
It would be better to allow user type multiple lines in this condition like normal bash shell. How could I achieve this behavior?