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

I'm trying to abuse vorpal for a chat client and use `.catch('[input...]')` to grab a chat message the user may have entered. Is it possible to show `send` on the...

We should add the option to have styled help section, mainly highlight the commands and the different sections for better readability. This could be done easily with chalk using bold&dim....

## Proposition We should take the opportunity of the [incoming v2](https://github.com/dthree/vorpal/pull/272) to **adopt a `this`less api**. This will make action handler far more easy to test without having to mock...

I think we should take benefit of the [inbuilding v2](https://github.com/dthree/vorpal/pull/272) to rename the `.catch()` commands. One of the reason is that is connote a promise method, error handling of other...

In the case where my init method on a mode command performs some checks to determine whether entering the mode should be allowed, it doesn't appear to be possible to...

Looks like Vorpal is using 0.11.0 version of Inquirer, which is now at 5.1.0. Please consider updating.

It should help resolve issue #304 , may be some tests should be added.

I'd like to offer options that are applicable to all commands. For instance, at a minimum, I'd like to do be able to do: ``` javascript const vorpal = require('vorpal')()...

How does Vorpal test interactive CLIs? what tool(s) do you use? thanks