don't complete args that start with dash after double dash separator#1248
Conversation
|
Needs test and change log. |
|
I ran the
However, I'm not familiar with those applications and automated testing. So I can't go any further. Please tell me if I can help with anything else. |
|
You need to add a test and changelong entry for the behavior you changed. That is an xfail message about other code, it's not an error. |
|
Sorry for that many commits. I just see that my last commit was decorating the wrong function. I'm going to correct that. |
|
I think that everything is fine now. Anything else? Are that many commits a problem? Should I make a new PR from a bare fork with these modifications? |
|
Closing, as it seems that no one is caring about this issue. |
No need for passive-aggressive comments. While everyone loves it when PRs get reviewed and merged within hours, please keep in mind that for most open source projects - including this one - the maintainers do this mostly in their free time.
No, we can squash when merging. Or you can squash them in git (via interactive rebase) and force-push. |
|
I am really sorry if my last message sounded a bit rude. It was not my intention. ASAP I will push the finished changes here. I thank you all for your help. |
3353b70 to
c557d85
Compare
|
Please, let me know if anything else is needed. Thank you in advance. |
Preventing Click from trying to complete args that starts with dash after a double dash separator
fixes #1247