[issue43169] argparse: support options similar to find's -exec

2021-02-08 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +paul.j3, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue43169] argparse: support options similar to find's -exec

2021-02-08 Thread pkkm
New submission from pkkm : This is a feature request for options that would work like the "find" program's "-exec" option, which takes the arguments following it unconditionally until it encounters a ";" or a "+". There are multiple ways to achieve this, but I think a good general solution w