Closed hstock closed 5 years ago
I just ran into this same issue. The fix in PR #109 was merged over a year ago, but there's been no release since. I'd really appreciate it if someone could make a release to PyPI.
@dpryan79 @alex-rudakov Any chance of this bug fix getting released soon?
parser_navigate
throws an exception when trying to navigate to a subcommand with an alias.Example: A subcommand
install
with aliasi
The
name
attribute of the child data will beinstall (i)
instead ofinstall
. Accordingly theparser_navigate
fails because it uses thename
attribute for comparison against path elements.I have a test case and patch ready for this issue.