oclif/cli-ux

Better prompting types

Closed this issue · 2 comments

yeoman-generator (which is what is used to generate a new oclif CLI) has a number of more useful prompts like checkboxes/select which would be very useful. I, wrongly, assumed these types of prompts were available to me to use since they were used to create my CLI.

jdx commented

As mentioned in the docs. Use inquirer.

Thank you, I somehow missed that but funnily enough found inquirer on my own and was moving forward with that.