@@ -31,14 +31,14 @@ dune build --profile static
3131rescriptdep [options] files_or_dirs
3232
3333# Options
34- # -o, --output <file> : Output file (default: stdout)
35- # -f, --format <format> : Output format (dot, json)
36- # -m, --module <name> : Focus on specific module and its dependencies
37- # -v, --verbose : Enable verbose output
38- # -b, --benchmark : Enable performance benchmarking
39- # --no-cache : Skip using cache
40- # --clear-cache : Clear the cache before analyzing
41- # -nd, --no-dependents : Find modules that have no dependents (not imported by any other modules)
34+ # -o, --output <file> : Output file (default: stdout)
35+ # -f, --format <format> : Output format (dot, json)
36+ # -m, --module <name> : Focus on specific module and its dependencies
37+ # -v, --verbose : Enable verbose output
38+ # -b, --benchmark : Enable performance benchmarking
39+ # --no-cache : Skip using cache
40+ # --clear-cache : Clear the cache before analyzing
41+ # -nd, --no-dependents : Find modules that have no dependents (not imported by any other modules)
4242# -vb, --value-binding <name> : Count usage of a value binding (by name) across the project (in the module itself and all dependents; requires -m)
4343# -vl, --value-line <line> : Line number of the value binding (1-based, for disambiguation when multiple bindings have the same name; use with -vb)
4444```
0 commit comments