console-rs / dialoguer

Rust utility library for nice command line prompts and similar things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to have a simple `Passphrase:` prompt?

cloudhead opened this issue · comments

It seems like dialoguer introduces spaces that cannot be removed/styled out in input prompts, eg. when using : as the prompt character, you get Passphrase : instead of the expected Passphrase:.

If "" is used as the prompt, you get a double space after the prompt.

Any ideas if this is possible?

Moved to a different library.