Skip to content

Commit ca70592

Browse files
committed
Update Readme
1 parent 9bcd867 commit ca70592

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,30 @@ Options:
6262
-a, --after-build <AFTER_BUILD>
6363
This allows one to pass an additional command to the watcher, which allows it to run when finished. For instance, to play a sound when done compiling, or to run a test suite. NOTE - You may need to add '--color=always' to your subcommand in case you want to output colour as well
6464
65-
-n, --no-timing
66-
65+
-n, --no-timing [<NO_TIMING>]
66+
[default: false]
67+
[possible values: true, false]
6768
6869
-v, --verbose...
6970
Increase logging verbosity
7071
7172
-q, --quiet...
7273
Decrease logging verbosity
7374
74-
-c, --create-sourcedirs
75+
-c, --create-sourcedirs [<CREATE_SOURCEDIRS>]
7576
This creates a source_dirs.json file at the root of the monorepo, which is needed when you want to use Reanalyze
77+
78+
[default: false]
79+
[possible values: true, false]
7680
7781
--compiler-args <COMPILER_ARGS>
7882
This prints the compiler arguments. It expects the path to a rescript.json file. This also requires --bsc-path and --rescript-version to be present
7983
80-
--dev
84+
--dev [<DEV>]
8185
This is the flag to also compile development dependencies It's important to know that we currently do not discern between project src, and dependencies. So enabling this flag will enable building _all_ development dependencies of _all_ packages
86+
87+
[default: false]
88+
[possible values: true, false]
8289
8390
--rescript-version <RESCRIPT_VERSION>
8491
To be used in conjunction with compiler_args
@@ -91,6 +98,7 @@ Options:
9198
9299
-V, --version
93100
Print version
101+
94102
```
95103

96104
# Contributing

0 commit comments

Comments
 (0)