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
Help output for options is incomplete.
Type help example where example is a command with some options.
help example
I see the option name and description .
This is what I see:
$ node calculator.js calc: help args Usage: args [options] [items...] Shows args. Options: --help output usage information
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Help output for options is incomplete.
To Reproduce
Type
help example
where example is a command with some options.Expected behavior
I see the option name and description .
Additional context
This is what I see:
The text was updated successfully, but these errors were encountered: