package lambda-term

  1. Overview
  2. Docs

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.

method eval : Zed_utf8.t

Returns the result as a UTF-8 encoded string.