cli-select
cli-select copied to clipboard
:arrow_forward: Simple and interactive solution to provide a list of selectable items on the command line.
If values is an object, defaultValue currently also has to be a number but it should possible to pass the object key in.
to make it a zero dependency package. The only non dev dependency is currently ansi-escapes.
Include usage, configuration, example, ...
Here's an example:  After the first input, it works as intended, but it doesn't clear the initial select options.
Fixes; Dep `ansi-escapes` removed. Related issue: #4
Improvement in README.md; Gif added; A basic working example. Related issue: #3