We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I’m not sure how I’d use this with vantage. I tried adding it as a regular vantage plugin:
vantage.use(require('vorpal-less'));
But all I get is the following exception:
TypeError: vorpal.command(...).option(...).hidden(...).help is not a function
It seems there is a function called helpInformation but not help.
helpInformation
help
The text was updated successfully, but these errors were encountered:
Unfortunately, vorpal-less uses Vorpal's UI methods, which aren't currently supported in Vantage. Hoping to put together a future version that does!
vorpal-less
Sorry, something went wrong.
No branches or pull requests
I’m not sure how I’d use this with vantage. I tried adding it as a regular vantage plugin:
But all I get is the following exception:
It seems there is a function called
helpInformation
but nothelp
.The text was updated successfully, but these errors were encountered: