@ -82,7 +82,7 @@ module.exports = class Opts {
}
if (name in this.opts) {
checkArgs(this.opts[name]);
checkArgs(name);
if (name in this.synonyms) {
const syn = this.synonyms[name].filter(s => s in this.opts )[0];