abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

support multiline for unclosed quotes #128

Open doggeddog opened 4 years ago

doggeddog commented 4 years ago

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?