LineEditor icon indicating copy to clipboard operation
LineEditor copied to clipboard

Password mode without console output

Open xmedeko opened this issue 5 years ago • 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.

xmedeko avatar Oct 15 '18 06:10 xmedeko