spring-shell icon indicating copy to clipboard operation
spring-shell copied to clipboard

line continuation is not work

Open muyizhu opened this issue 3 years ago • 1 comments
trafficstars

Hi, I found a bug when I tried to use line continuation: prompt: >help he\

lp Unknown command 'he lp' I expect the above one should work, but it add one more space to the input.

muyizhu avatar Mar 21 '22 22:03 muyizhu

Not really sure how this should work in a context of "real shell" vs. interactive shell which is interpreted via jline. It's interesting idea though as it's common case when working with shells like bash, etc.

jvalkeal avatar Apr 15 '22 14:04 jvalkeal