vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

Node's framework for interactive CLIs

Results 107 vorpal issues
Sort by recently updated
recently updated
newest added

LK"I Hi All, Have you ever considered adding the ability to disable/ignore Ctrl+C ? I'm having application that the management console should always active. (and exiting options should be disabled)...

Hi, I've been working on the issue of multiple instances for a while now and it seems no matter what I do I do not get what seems to be...

LK"I Hi , the last release was a few years ago. since then there are many changes. do you plan any new release soon? looking forward. Harel

The user can close vorpal with ctrl+c, but how can I close vorpal programmatically? For example, if a vorpal terminal session is opened, but no further stdin is received after...

Validation shouldn't need to throw an error. It doesn't fit with the way the rest of the code works. It should be allowed to return a promise or act on...

enhancement

Hello! I'm using [`Vorpal.parse()`](https://github.com/dthree/vorpal/wiki/API-%7C-vorpal#vorpalparseargv-options) function in order to manually trigger command execution. However, this function has no callback and is not returning any promises. How do I know when it...

Command arguments are automatically assigned a type but there doesn't seem to be any support for explicit typing like with options. When entering in a phone number with special characters...

I noticed there is version `1.12.0` published on `npm` that is not present on master branch. It seems publihed from the 2_0 branch, since it has a babelified `dist` forlder,...

This PR migrates `lib/autocomplete.js` to the `src` folder, fixing most eslint and flow errors. This file really exposes two functions, `exec` and `match`. I thought it was better to not...

Using code provided in https://github.com/dthree/vorpal/issues/171#issuecomment-298230095 I can't use `this.prompt()` to ask user additional things. Obviously this is due to ui.js requiring to have some `parent` which is missing then. According...