zx icon indicating copy to clipboard operation
zx copied to clipboard

How to use `question` without feedback

Open banool opened this issue 3 years ago • 1 comments

Expected Behavior

I'd like to be able to use the question() function add when I type, nothing appears, similar to read -s.

Actual Behavior

It seems like this isn't possible today, all you can do is specify choices, no other options.

Steps to Reproduce the Problem

question('Enter super private information: ');

Specifications

  • Version: 7.0.8
  • Platform: MacOS 12.6, Node 18.9

banool avatar Oct 04 '22 00:10 banool

I am currently working on adding such a feature to this project. ;)

cyntler avatar Oct 08 '22 17:10 cyntler