paul j3 <ajipa...@gmail.com> added the comment:

When there are potential conflicts between arguments set by the main parser and 
those set by a subparser, I often recommend giving the sub ones different 
"dest" parameters.  Then you can reconcile the different values after parsing.

There's nothing wrong with a bit of post-parsing value checking and adjustment. 
 The primary purpose of the parser is to identify what the user wants, and 
secondarily to give useful help and error messages.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41684>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to