Open
Description
Feature Request:
Option help text can be hidden with .hideHelp()
and the default help text can be customized with .default()
but there is currently no way to be able to hide just the default help text.
This would be helpful for some complex options where there is multiple parts to the default and so it is given in the standard help text.
I could see this being done either:
- as an option on
hideHelp()
- by passing in undefined or null into the second argument on
default()
- as its own method
hideDefault()
Metadata
Metadata
Assignees
Labels
No labels