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
Currently pflag supports only one shorthand and long name per flag at maximum. It would be better if multiple options of shorthand or long names were available to use for the same flag. Example: -r, -R, --recursive.
Currently pflag supports only one shorthand and long name per flag at maximum. It would be better if multiple options of shorthand or long names were available to use for the same flag. Example:
-r, -R, --recursive.