Class LTerm_read_line.read_password

class read_password : unit -> object .. end
Read-line engine for reading a password. The stylise method default to replacing all characters by '*'. You can also for example completely disable displaying the password by doing:

      method stylise = ([||], 0)
    

Also showing completion is disabled.

Inherits
method eval : Zed_utf8.t
Returns the result as a UTF-8 encoded string.