python-fire
python-fire copied to clipboard
adding code to support optional type abbreviation request
Addresses #329
@googlebot Could you please submit a rescan for the CLA? Thanks!

Added that adjustment. I wasn't aware that Union could have more than 2 options, so that you for the recommendation @genos
Thanks for the contribution! This looks good. What Python versions does this support?
@dbieber it supports python versions 3.x and up. I have not tested this with any of the python 2 versions.
Let me know if this is an issue.
We don't need the improvement to apply to Python 2, but we do need to make sure we don't break fire for Python 2.7.
@dbieber I will check into this, and attach my results to this issue. Thanks.