Skip to content

Commit 09ffa46

Browse files
committed
add note about --transform-assert-equal
1 parent f26ed78 commit 09ffa46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/bin/main.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ Usage: rescript-tools [command]
2424
Commands:
2525

2626
doc <file> Generate documentation
27-
format-codeblocks <file> [--stdout] Format ReScript code blocks
27+
format-codeblocks <file> Format ReScript code blocks
28+
[--stdout] Output to stdout
29+
[--transform-assert-equal] Transform `assertEqual` to `==`
2830
reanalyze Reanalyze
2931
-v, --version Print version
3032
-h, --help Print help|}

0 commit comments

Comments
 (0)