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 f26ed78 commit 09ffa46Copy full SHA for 09ffa46
tools/bin/main.ml
@@ -24,7 +24,9 @@ Usage: rescript-tools [command]
24
Commands:
25
26
doc <file> Generate documentation
27
-format-codeblocks <file> [--stdout] Format ReScript code blocks
+format-codeblocks <file> Format ReScript code blocks
28
+ [--stdout] Output to stdout
29
+ [--transform-assert-equal] Transform `assertEqual` to `==`
30
reanalyze Reanalyze
31
-v, --version Print version
32
-h, --help Print help|}
0 commit comments