We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This page lists known gotchas and their solutions in integrating Vorpal with other Node applications.
When using Vorpal with Nodemon, the command history will not function unless you create a nodemon.json file with the following setting:
nodemon.json
{ "restartable": false }
Reference