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
{{ message }}
This repository has been archived by the owner on May 13, 2021. It is now read-only.
It should only extract -c and leave d alone. I try to put -c into an external file which should silently do its thing without other arg checking , in this case 'd'. Why even throw on optional here.
violating the doc?
that it does not produce an error when extra arguments are present.
i try to extract just one optional arg also other nonoptionals might not have been supplied:
It should only extract -c and leave d alone. I try to put -c into an external file which should silently do its thing without other arg checking , in this case 'd'. Why even throw on optional here.
violating the doc?
now if i try
it throws on an optional one, shouldnt since c=None then
The text was updated successfully, but these errors were encountered: