You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When hiding options with .hide() or the hide property and trying to output the help documentation using yargs.showHelp(), there is no way to also show the hidden values.
Expected to see one of:
yargs.showHelp({ hidden: true })
yargs.showHelpHidden(…args)
The text was updated successfully, but these errors were encountered:
When hiding options with
.hide()
or thehide
property and trying to output the help documentation usingyargs.showHelp()
, there is no way to also show the hidden values.Expected to see one of:
yargs.showHelp({ hidden: true })
yargs.showHelpHidden(…args)
The text was updated successfully, but these errors were encountered: