Question, Bug report or Feature Request
Is there an intended way to define a mutually exclusive argument group inside a normal argument group when using the with_annotated decorator?
I think this is supported by builtin argparse, while nested argument groups and normal argument groups inside mutually exclusive argument groups are not supported at least since Python 3.11. See argparse
Question, Bug report or Feature Request
Is there an intended way to define a mutually exclusive argument group inside a normal argument group when using the
with_annotateddecorator?I think this is supported by builtin
argparse, while nested argument groups and normal argument groups inside mutually exclusive argument groups are not supported at least sincePython 3.11. See argparse