[3.1.11] - 2022-04-22
Fixes
- Implied conflicts override
Arg::required
, making the behavior consistent with how we calculate conflicts for error reporting - Members of a mutually exclusive
ArgGroup
overrideArg::required
, making the behavior consistent with how we calculate conflicts for error reporting Arg::overrides_with
always overrideArg::required
, not just when the parser processes an override