websh-prompt
websh-prompt copied to clipboard
`Ctrl-D`でexitCodeが2になってしまう
正常終了するのが正しいはずなので直す。
EOFのエラーハンドリングを直す必要がありそう。
https://pkg.go.dev/github.com/peterh/liner#section-readme
errors.Is(err, io.EOF)