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
Per issue #1613, enable/disable flags now occupy 1 line in help output.
Summary:
- Simplified `enableDisableNoDefault` logic as hiding is no longer
specified manually.
- Helper function `enableDisableNoDefault'` no longer seemed necessary
after simplification, removed it.
- Fixed issues caused by removing the show/hide argument
- Created "dummy" extra flag with appropriate help message
Issue:
dummy argmuent actually acts as a real flag, which seems bad.
`<*` was causing the hidden actual flags to be dropped by
opt-parse. Ideally this would cause the standard unknown command
behavior.
0 commit comments