Skip to content

Commit b7b59ab

Browse files
committed
cli: un-hide fuzz_function flag
This makes Jazzer.js easier to use especially for OSS-Fuzz
1 parent 6d58356 commit b7b59ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ yargs(process.argv.slice(2))
7070
describe:
7171
"Name of the fuzz test entry point. It must be an exported " +
7272
"function with a single Buffer parameter",
73+
alias: "f",
7374
type: "string",
7475
default: "fuzz",
7576
group: "Fuzzer:",
7677
})
77-
.hide("fuzz_function")
7878

7979
.option("id_sync_file", {
8080
describe:

0 commit comments

Comments
 (0)