Browse Source

add missing type description

Gildas 4 năm trước cách đây
mục cha
commit
ec9dbc7c22
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      cli/args.js

+ 1 - 0
cli/args.js

@@ -89,6 +89,7 @@ const args = require("yargs")
 	.options("back-end", { description: "Back-end to use" })
 	.choices("back-end", ["jsdom", "puppeteer", "webdriver-chromium", "webdriver-gecko", "puppeteer-firefox", "playwright-firefox", "playwright-chromium"])
 	.options("browser-server", { description: "Server to connect to (puppeteer only for now)" })
+	.string("browser-server")
 	.options("browser-headless", { description: "Run the browser in headless mode (puppeteer, webdriver-gecko, webdriver-chromium)" })
 	.boolean("browser-headless")
 	.options("browser-executable-path", { description: "Path to chrome/chromium executable (puppeteer, webdriver-gecko, webdriver-chromium)" })