Untitled

 avatar
unknown
plain_text
10 days ago
206 B
2
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