Argument Parser for Modern C++
Repository from Github https://github.comp-ranav/argparseRepository from Github https://github.comp-ranav/argparse
lingerer opened this issue 2 years ago · 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.