Untitled

 avatar
unknown
plain_text
a month ago
206 B
3
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