PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Refactoring/redesign is needed to let more cli extensions

Open yurilaaziz opened this issue 6 years ago • 0 comments

I started using this library for an internal project at work (a cli to generate python code base).

below a list of features I could add it here:

  • Add jinja2, to include answers in later questions.
  • Looping over a list of questions and return a list of answers.
  • Conditional statements, Show or hide questions based on previous question' answers

yurilaaziz avatar Jan 06 '19 00:01 yurilaaziz