abiosoft / ishell

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

Running under Windows, ishell prints EOF and exits #154

Closed gjstrange closed 7 months ago

gjstrange commented 7 months ago

I've been using ishell for a long time on OSX and Linux. I recently tried running an ishell program on Windows, but it just prints EOF and exits. I tried adding a EOF handler, but then the program panics after it returns from the EOF handler with the message that "all goroutines are asleep". I'm running Windows 10 Enterprise on an Intel I7 laptop. Any help appreciated.

gjstrange commented 7 months ago

Sorry, I answered my own question. I was trying to run my program from a gitbash shell on Windows. When I switched to the normal cmd prompt then it worked.