mono/LineEditor

Password mode without console output

xmedeko opened this issue · 0 comments

I would like to have a password mode without output to console, too. E.g.

public string Edit(string prompt, string initial, bool passwordMode = false);

It must not save the line to the history, too.