enhancementhelp wanted
倉庫指標
- 星標
- (3,160 顆星)
- PR 合併指標
- (平均合併 11天 16小時) (30 天內合併 7 個 PR)
描述
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.