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
Fix showing help message when “-h” is given as an input for an array type argument (#149) (#166)
When argument is an array and no input is given but “-h”, if you throw an Error in Validate function, it prints error and short usage instead of help message.
This patch checks built-in flags before throwing a validation error.
Solves #149
Co-authored-by: ibrahim oktay <[email protected]>
0 commit comments