Reinhard Handler

Results 7 comments of Reinhard Handler

Hello, I'm experiencing the same issue and I tried the PR and it works. It would be great if it can be reviewed soon.

@blake could you try to find someone to review the proposed changes?

Hi, I've pushed a second commit, I think it should be linked now to my account. Also I've added some changed test files from the generators, forgot those.

Could also be a JLine issue, but in general interactive options are broken when using "picocli-shell-jline3"

I've tried to recreate the issue with plain JLine3 and it also happens there, but only if System.console() is used for input. When using the lineReader it doesn't happen.

Yes, it's `org.jline.reader.LineReader` I'm using now the following workaround: If line reader is available (through CDI) then I'm using line reader, if not, a fallback to System.console() is implemented.

I do use interactive options but I'm resolving them myself via a mixin and then by using the LineReader from JLine. I also reported the [bug to jline3](https://github.com/jline/jline3/issues/952)