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 a function has a keyword argument with a boolean default, the parser now
automatically creates the `store_true` or `store_false` action(if not action
was provided in the `arguments` keyword definition.
Fixes#5
Signed-off-by: Pedro Algarvio <[email protected]>
When a function has a keyword argument with a boolean default, the parser now automatically creates the `store_true` or `store_false` action(if not action was provided in the `arguments` keyword definition.
0 commit comments