"short-option-groups": false,
"unknown-options-as-args": true
With this configuration, single-digit booleans like -1 are still parsed.
It's an issue because I can't have that -1 passing into the ._ array of args while not using "short-option-groups".