argparse
argparse copied to clipboard
mutually_exclusive arguments should able to add existing arguments.
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.