mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
* ArgumentParser's add_argument returns the Action that was created. * Make add_argument's dest parameter Optional. _ArgumentGroup's add_argument should also return the Action.