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
they support foo.py --generate and foo.py foo --generate which does just a single subparser named foo rather than all. Need to figure out what they're doing differently and perhaps unify the code.
they support
foo.py --generateandfoo.py foo --generatewhich does just a single subparser namedfoorather than all. Need to figure out what they're doing differently and perhaps unify the code.