1 Sep
2020
1 Sep
'20
6:28 p.m.
paul j3 <ajipanca@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 <report@bugs.python.org> <https://bugs.python.org/issue41684> _______________________________________