Balázs Regényi added the comment:
Unfortunately the problem consists in case of normal sub-group too :(.
If you complete my previous example code with the next code, then the problem
can be seen:
sub_group = global_group.add_argument_group()
sub_group.add_argument("--sub
Balázs Regényi added the comment:
paul.j3, thx the the patch, it is perfect!!!
--
___
Python tracker
<http://bugs.python.org/issue25882>
___
___
Python-bugs-list m
New submission from Balázs Regényi:
So, a parent parser is created. It has a "global arguments" group (by
add_argument_group()) and this group has a mutually exclusive group. Then a
child parser is created used previous parser as parent.
The error: in the child parser help: the ar