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

Hi. Is `--option=val` options format supported? I've did some testing and it doesn't seem to be supported. If I'm right, is there a reason why it's not supported? Can we...

Hello - Is it possible to integrate Vorpal with a browser UI, such that question/prompt definitions and related behaviours are decoupled from the presentation (e.g., CLI, browser)? If so, can...

I'm currently using a 3rd party application that uses Vorpal in REPL mode. I'm trying to automate some deployment configuration for use in my project using the exec function in...

Say we want to create a new instance of vorpal - how would we clean up an existing instance? aka, I have code which will start "a new vorpal" instance....

Hi, This npm package look just awesome but ... Even with the simplest code, showed at the main page: ``` const vorpal = require('vorpal')(); vorpal .command('foo', 'Outputs "bar".') .action(function(args, callback)...

Hi guys,very confusing- running the below seems to interfere with the main vorpal instance. I dont see how that's possible unless they use the same cache or other common files....

If I presse control + c when I get a prompt, instead of canceling the command execution it continues with the default setting.

Vorpal seems to be using numbers, even though I cannot find the exact code I am looking for, maybe you can help me. ![screen shot 2017-05-11 at 13 53 00...

I'm wondering if there is a way (or if you can add a way) to print the help text with a command, instead of waiting for the user to fuck...

Why aren't you releasing new versions with all of these merged PR's?