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
cli.outputHelp()
process.exit(0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type
Expected
cli.outputHelp()
, that I can then set the exit code (e.g. to 1).Actual
cli.outputHelp()
callsprocess.exit(0)
for me.Possible Solutions
cli.outputHelp()
process.exit(0)
incli.outputHelp()
(breaking change, though)Info
The text was updated successfully, but these errors were encountered: