Untitled
Anonymous
plain_text
04/11/2025 11:32 PM
276 B
15
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