It is easy to fix, but there is one question open for me:
A querie like
./bugnumbers --status "New" -l https://bugs.edge.launchpad.net/bughelper/+bugs?field.status%3Alist=Incomplete
is possible. Which result do you expect in this case:
* --status="New,Incomplete"
* --status option overwrites the url option: --status="New"
* url option overwrites the --status option: --status="Incomplete"
It is easy to fix, but there is one question open for me: /bugs.edge. launchpad. net/bughelper/ +bugs?field. status% 3Alist= Incomplete "New,Incomplete " "Incomplete"
A querie like
./bugnumbers --status "New" -l https:/
is possible. Which result do you expect in this case:
* --status=
* --status option overwrites the url option: --status="New"
* url option overwrites the --status option: --status=
Markus