Skip to content

Commit eb4f1a2

Browse files
add default option
1 parent f9e9472 commit eb4f1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/server/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const argv = yargs(hideBin(process.argv))
1414
.option("reports", {
1515
description: "The path to the folder with the files",
1616
type: "string",
17-
demandOption: true,
17+
default: defaultOptions.reports,
1818
})
1919
.help()
2020
.alias("help", "h").argv as ServerOptions;

0 commit comments

Comments
 (0)