CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.92k stars 236 forks source link

Newline before accepting confirm input && Not displaying editor contents in output #35

Open ilaipx opened 5 years ago

ilaipx commented 5 years ago

Hi there, thanks for the awesome library!

  1. Is there an option to wait for user input for confirm type like most CLI applications? So, I would like to choose [yY/nN] and then click enter before actually registering the input.
  2. Is there an option to disable the output of the editor contents after exiting it? It just trashes the terminal screen :)
  3. Is there an option to immediately continue after exiting the editor view? It's not clear from the interaction that further new-line input is required to continue.

Thanks!