I use (read-line) to read the input from command, how can I hide the input when user typing (in case of password)?
on Java I found this https://docs.oracle.com/javase/7/docs/api/java/io/Console.html#readPassword%28%29, but don't know about Joker with golang
Joker doesn’t currently provide this, but perhaps it could via one of the methods described here: https://stackoverflow.com/questions/2137357/getpasswd-functionality-in-go
(Adding support for external libraries to my gostd fork is on my to-do list. Not sure whether I’ll get to that while on vacation, as I am right now, but have started playing around with adding that capability already during some pleasant down time.)