Closed MadinaB closed 6 years ago
Hello @ahal , I have tried to solve it and it works for adr <recipe > --help
. Thus, it treats --help now as an optional argument and conflicts with 'adr --help' were avoided by adding 'conflict_handler='resolve'' on parser creations.
Hello @ahal , I have tried to solve it and it works for
adr <recipe > --help
. Thus, it treats --help now as an optional argument and conflicts with 'adr --help' were avoided by adding 'conflict_handler='resolve'' on parser creations.
Thanks, I think you forgot to re-push your changes though!
It is a bit different since it uses not "-- -- help", but "--help", so I pushed with new PR since was not sure whether u will like this behavior. It is here: https://github.com/mozilla/active-data-recipes/pull/73
Oh, thanks! Let's close out this PR then.
Resolving bug in issue #55