p-ranav / argparse

Argument Parser for Modern C++

Repository from Github https://github.comp-ranav/argparseRepository from Github https://github.comp-ranav/argparse

mutually_exclusive arguments should able to add existing arguments.

lingerer opened this issue · 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.