]> Savannah Git Hosting - gnulib.git/commit
parser: enable options conflict once again
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 12 Sep 2017 18:35:24 +0000 (21:35 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Tue, 12 Sep 2017 18:36:19 +0000 (21:36 +0300)
commit49b02a1aa85f099a0b2ecd47064e3c102590f7d5
tree584752ad1be8b18ac4241324ade03a1da5a6739c
parent7f54cc561a567b1d1dc52db41dc6a3a86465f8b6
parser: enable options conflict once again

When the command-line parser was reworked, a mutually exclusive group
was deleted and check for conflicting options was eliminated as well.
The commit implements the lost feature in a more elegant way than it
has been done before, allowing more flexibility.
pygnulib/parser.py