-
Anyone aware of UI components like multi-select for JLine?
-
Crosspost from http://stackoverflow.com/questions/39925201/interactive-fuzzy-search-filter-on-list-with-vorpal. I know you like questions posted on SO for better Vorpal visibility, but I'm posting it…
-
Has anyone started to create TypeScript definitions for Vorpal? I am going to start (since this library is worth the extra work), but wanted to see if anyone already begun.
@dthree Any preference as …
-
-
Earlier today, #24 was published as 2.0 with the `beta` tag! The only thing stopping us from merging to master and publishing 2.0 is documentation.
If you'd like to help with docs (readme documenta…
-
Can run InquirerJS in sync mode?
Example:
```
var answers = inquirer.prompt([...]);
```
-
You are using an ESM package (`chalk`) with `require()`. If you want to keep using `require` instead of ESM you'll have to use Chalk 4.
[Read more](https://gist.github.com/sindresorhus/a39789f98801…
-
Sorry for the lack of details but i'm not familiar enough with pulumi's internals for this issue.
Today I thought it'd be fun to write a pulumi program that prompts the user for it's own configurat…
-
- [X] I tried using the `@types/inquirer` package and had problems.
- [X] I tried using the latest stable version of [tsc](https://www.npmjs.com/package/typescript).
- [X] I have a question that is …
-
### 🚀 Feature Request
Following #2 and #301, I really want to harp on the opinion that a linter (ESLint) should be separate from the formatter (Prettier). Having folks need to opt-in with a CLI fla…