We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e9472 commit eb4f1a2Copy full SHA for eb4f1a2
testing/server/bin.ts
@@ -14,7 +14,7 @@ const argv = yargs(hideBin(process.argv))
14
.option("reports", {
15
description: "The path to the folder with the files",
16
type: "string",
17
- demandOption: true,
+ default: defaultOptions.reports,
18
})
19
.help()
20
.alias("help", "h").argv as ServerOptions;
0 commit comments