[@FroMage] It should be possible to read from stdin without echo, like for reading passwords. I don't think the JVM provides a way to turn echo off, but it can read without echo until EOL with java.io.Console.readPassword. If Node.js has something similar we could expose it?
[@FroMage] It should be possible to read from stdin without echo, like for reading passwords. I don't think the JVM provides a way to turn echo off, but it can read without echo until EOL with
java.io.Console.readPassword
. If Node.js has something similar we could expose it?[Migrated from ceylon/ceylon.language#571]