LTerm_read_line.read_passwordRead-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.
inherit Zed_string.t enginemethod eval : Zed_string.tReturns the result as a UTF-8 encoded string.