argparse icon indicating copy to clipboard operation
argparse copied to clipboard

mutually_exclusive arguments should able to add existing arguments.

Open lingerer opened this issue 2 years ago • 0 comments

When add_mutually_exclusive_group,you got an refrence and only support add_argument by parent.But like #224,if parent argument already exist the same name,you can't just use it.

lingerer avatar Jan 07 '24 15:01 lingerer