This is a really cool, lightweight version of pyinquirer. This is also a feature I want in that library but is there a way to make a question only show up depending on answers to previous questions.
For example, if I wanted to create a cli to automate directory creation (among other things), what I want is that if the user selects that they want to create a basic directory, then and only then do I want to ask them what they want to name the folder.