You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all the great work on picocli, using it with great success!
One thing that appears to be an issue (but perhaps my ignorance?) is when trying to get a user to input a password:
Console c = System.console();
char[] pass= c.readPassword("Password prompt");
This works fine, but subsequently CTRL-C no longer seems to work to terminate the picocli CLI process (Windows with Powershell 7.4.5). Without doing any such prompt CTRL-C terminates the process as expected.
The text was updated successfully, but these errors were encountered:
Hi, thanks for all the great work on picocli, using it with great success!
One thing that appears to be an issue (but perhaps my ignorance?) is when trying to get a user to input a password:
This works fine, but subsequently CTRL-C no longer seems to work to terminate the picocli CLI process (Windows with Powershell 7.4.5). Without doing any such prompt CTRL-C terminates the process as expected.
The text was updated successfully, but these errors were encountered: