Specs are inconsistent about whether equivalent short/long options are modeled as separate entries or as a paired name array (e.g. ["-d", "--max-depth"]). Contributors adding long forms don't have a documented convention to follow, which shows up in review churn. Requesting a written spec that defines the pairing convention (when to pair vs separate entries, how exclusiveOn lists should reference paired options) and where it should be documented for contributors.
Specs are inconsistent about whether equivalent short/long options are modeled as separate entries or as a paired name array (e.g. ["-d", "--max-depth"]). Contributors adding long forms don't have a documented convention to follow, which shows up in review churn. Requesting a written spec that defines the pairing convention (when to pair vs separate entries, how exclusiveOn lists should reference paired options) and where it should be documented for contributors.