vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

Node's framework for interactive CLIs

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

Hello ! Someone tried Vorpal with Node v11 ? When I type a command, nothing works ... I can console.log something when it initialise the command, but nothing happens after...

Hey @dthree , How are you. Hope you are fine. This is my first contribution. I'm doing work on [these issues](https://github.com/dthree/vorpal/issues) . I do my best to find out best...

Update lodash and inquirer

is there a function like console.table()?

Hi, I'm trying to implement an ability to edit my config file from vorpal. As an editor, I'm using vim. I can launch vim from a regular node.js script like...

https://github.com/dthree/vorpal/pull/182/commits Hi, Support for option default value is nowhere to be found on master, what happened ?

I'm attempting to use title, version, and banner from examples (like https://github.com/dthree/vorpal/blob/master/examples/descriptors/descriptors.js). ``` .title(chalk.magenta('Vorpal')) ^ TypeError: vorpal.title is not a function at Object. (/mycode/index.js:10:4) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10)...

I have a promise and after the result I call the callback to show the vorpal delimiter again. The strange thing is that it prints the delimiter, it goes to...

Vorpal arguments are returned as a string. How to get them as it is, ie. get an object array as an object array. Please refer here for a broader explanation...

Can anyone offer advice on unit testing a vorpal app? I'm unclear on how to setup my assertions. i.e. what do I run to get values to compare against? http://stackoverflow.com/questions/40247962/how-do-i-approach-unit-testing-a-vorpal-cli-app