this.demandCommand(keys, max, msg, msg);
} else if (Array.isArray(keys)) {
assertNotStrictEqual(msg, true as const, this.#shim);
this.demandOption(key, msg);
});
} else {
if (typeof msg === 'string') {