We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
shadowspawn
abetomo
tj
Learn more about funding links in repositories.
Report abuse
1 parent c5a5e7b commit 8fb669fCopy full SHA for 8fb669f
index.js
@@ -468,7 +468,9 @@ class Command extends EventEmitter {
468
throw new Error(`option '${option.name()}' clashes with existing property '${option.attributeName()}' on Command
469
- call storeOptionsAsProperties(false) to store option values safely,
470
- or call storeOptionsAsProperties(true) to suppress this check,
471
-- or change option name`);
+- or change option name
472
+
473
+Read more on https://git.io/JJc0W`);
474
}
475
};
476
0 commit comments