support multiline for unclosed quotes
Open
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.