enhancementhelp wanted
Repository metrics
- Stars
- (3,159 個のスター)
- PR merge metrics
- (平均マージ 11d 16h) (30d で 7 merged PRs)
説明
I would like to do something like:
run --defaults
or:
run foo bar
but prevent:
run --defaults foo bar
It seems xor for positional arguments (flag with arg:"") does not do anything: there is no error if both are provided.