Untitled
unknown
plain_text
8 months ago
206 B
6
Indexable
group = parser.add_mutually_exclusive_group(required=True)
group.add_argument('--foo', action='store_true', help='Enable foo mode')
group.add_argument('--bar', action='store_true', help='Enable bar mode')Editor is loading...
Leave a Comment