mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
fix(deps): update dependency commander to v8 [skip netlify] (#3374)
* fix(deps): update dependency commander to v8 [skip netlify] * fix: use commander.opts() Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: ylemkimon <y@ylem.kim>
This commit is contained in:
@@ -73,7 +73,8 @@ const opts = require("commander")
|
||||
.option("--browserstack", "Use Browserstack. The username and access key"
|
||||
+ " should be set as enviroment variable BROWSERSTACK_USER and"
|
||||
+ " BROWSERSTACK_ACCESS_KEY")
|
||||
.parse(process.argv);
|
||||
.parse(process.argv)
|
||||
.opts();
|
||||
|
||||
let listOfCases;
|
||||
if (opts.include) {
|
||||
|
Reference in New Issue
Block a user