Skip to content

Commit 43caff0

Browse files
committed
Update cli help test
1 parent 5893670 commit 43caff0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/build_tests/cli_help/input.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const buildHelp =
4545
" -q, --quiet... Decrease logging verbosity\n" +
4646
' --warn-error <WARN_ERROR> Override warning configuration from rescript.json. Example: --warn-error "+3+8+11+12+26+27+31+32+33+34+35+39+44+45+110"\n' +
4747
" -n, --no-timing [<NO_TIMING>] Disable output timing [default: false] [possible values: true, false]\n" +
48+
' --prod Skip dev-dependencies and dev sources (type: "dev")\n' +
4849
" -h, --help Print help\n";
4950

5051
const cleanHelp =
@@ -56,6 +57,7 @@ const cleanHelp =
5657
" [FOLDER] Path to the project or subproject. This folder must contain a rescript.json file [default: .]\n" +
5758
"\n" +
5859
"Options:\n" +
60+
' --prod Skip dev-dependencies and dev sources (type: "dev")\n' +
5961
" -v, --verbose... Increase logging verbosity\n" +
6062
" -q, --quiet... Decrease logging verbosity\n" +
6163
" -h, --help Print help\n";

0 commit comments

Comments
 (0)