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:
renovate[bot]
2021-10-30 09:17:02 +09:00
committed by GitHub
parent 6f70a1f483
commit 4df1922ae9
4 changed files with 12 additions and 11 deletions

View File

@@ -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) {