Closed kbrowder closed 6 years ago
Hmmm, actually maybe I'm wrong, this seems to be more general, adding @decorated
to test1 also results in incorrect argument parsing.
This is all in python 3.6.6
Oh never mind, I was assuming that the current release on pypi had fix #111 and PR #113, it does not. #124 encapsulates why.
Running --help on
test4
ora test2
end up picking up the unwrapped variant, specifically they display optional positional arguments and no -b.I guess this needs a similar solution to #111?