enhancementhelp wanted
Métricas do repositório
- Stars
- (3.159 estrelas)
- Métricas de merge de PR
- (Mesclagem média 11d 16h) (7 fundiu PRs em 30d)
Description
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.