Skip to content

Commit 1a6ad96

Browse files
committed
Refactor README.md for command-line options formatting
- Standardized spacing in the options section for improved readability. - Ensured consistent formatting across all command-line option descriptions.
1 parent d5b987c commit 1a6ad96

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ dune build --profile static
3131
rescriptdep [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

Comments
 (0)