Alexander Mills
Alexander Mills
Bug/something when install node version on NixOS NVM seemed to install fine on NixOS but when: - Operating system and version: nixos ``` [root@ip-172-31-18-139:~]# cat /etc/os-release NAME=NixOS ID=nixos VERSION="19.03.172286.8ea36d73256 (Koi)"...
My Vorpal options are like so: ``` Commands: help [command...] Provides help for a given command. exit Exits application. pwd echo present working directory run [file] run a single test...
How does Vorpal test interactive CLIs? what tool(s) do you use? thanks
Just wondering if the next major release of vorpal will be written in TypeScript? The current version is based on RxJS and since RxJS5 is in TS, it would be...
I created this video demonstrating the problem https://www.useloom.com/share/40a9509bf03248d586d0357894f0edf4 I would like to use tab completion to access a directory something like this: `node test/src/dev/node/foo.test.js` but using Vorpals autocomplete functionality does...
The user can close vorpal with ctrl+c, but how can I close vorpal programmatically? For example, if a vorpal terminal session is opened, but no further stdin is received after...
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 all Checking this library out - trying to figure out how it works - it looks like it doesn't use NODE_PATH (that wouldn't really be possible given the nature...
npm install ?