Skip to content

Commit 8fb669f

Browse files
committedJul 23, 2020
Add document links to errors
A link would also be helpful in resolving the error. link is to: https://github.com/tj/commander.js#avoiding-option-name-clashes
1 parent c5a5e7b commit 8fb669f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,9 @@ class Command extends EventEmitter {
468468
throw new Error(`option '${option.name()}' clashes with existing property '${option.attributeName()}' on Command
469469
- call storeOptionsAsProperties(false) to store option values safely,
470470
- or call storeOptionsAsProperties(true) to suppress this check,
471-
- or change option name`);
471+
- or change option name
472+
473+
Read more on https://git.io/JJc0W`);
472474
}
473475
};
474476

0 commit comments

Comments
 (0)
Please sign in to comment.