Picocli - Password is always echoed to user
I'm trying to hide the input of a password from the user. On the official website there is an example, which doesn't work as expected on my machine. The password is always echoed to the user.
See: https://picocli.info/#_interactive_password_options (Chapter 3.2. Interactive (Password) Options)
There seems to be no other way described in the documentation.
I'm running the example on Windows 10, Java17...