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

Really enjoying using Vorpal so far! Thank you guys for making such an awesome library happen. One thing I'm trying to chase down is how to gracefully quit an app...

I have an application: ``` $ node src/app.js myapp~$ init --username fuads96 --password 12345678 App is ready. myapp/@fuads96~$ ``` The problem here is every time I change my source code,...

**Changes-** - Removed call to `cancellable` since it was not a function. - Caught a purposeful failure in `should handle event client_command_error` test. - Updated some dependencies based on audit.

I tried to write a script runner, but it does not wait for async functions: ```js vorpal .command('run ', 'Run a script file') .validate(function (args) { if (fs.existsSync(args.file_name)) { return...

With my prompt set to '>' I execute `vorpal.ui.submit('help') ` And all I see is ``` > > ``` Am I missing something?

Fix #312 and #331. Note: some vulnerabilities couldn't be fixed here as they are located within `vorpal-repl` and `load-plugins`.