vorpal
vorpal copied to clipboard
Node's framework for interactive CLIs
from 59 vulnerabilities to 20 with 0 critical.
I want to await asynchronous behaviour when the user types `exit`, followed by the actual termination of the process. Is this possible?
Using these options: `['a/b', 'a/boo', 'b/a', 'b/c']` ``` -> % node cli.js local@cutter~$ send a/b/ a/b a/boo b/a b/c local@cutter~$ send a/b/ ``` It wont autocomplete the whole string and...
I'm working on expanding the [DefinitelyTyped Vorpal definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/vorpal/index.d.ts) for my project where I want to use modes and I hate squiggly lines in my IDE. And as part of that...
I've recently discovered this issue prompting an array of questions. It only happens after the first question and when _**ctrl + c**_ is pressed to be able to go out...
i ran into a problem when trying out your cash project. With my nodejs/npm setup, global installs require sudo: `sudo npm i -g cash` however, because of that, cash doesn't...
The last commit was 6 years ago