aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorn0tori <188390306+n0tori@users.noreply.github.com>2026-01-08 22:10:08 +0000
committern0tori <188390306+n0tori@users.noreply.github.com>2026-01-08 22:10:08 +0000
commit049b18351dc7c1cd137d9b9372abab1b1f2374ed (patch)
treebf30345b4db4a6d10a4ba37fe205d2e22850eb62 /README.md
parent248fa8ab2d8ca2ac7c8ee403a5ff9b5a0f1cd065 (diff)
added depth limit of directories
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e37580b..00a1378 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,11 @@ Export language data to JSON or YAML:
./langbreak --yaml
```
+Limit directory depth:
+```bash
+./langbreak --max-depth 2
+```
+
Redirect to a file:
```bash
./langbreak --json > stats.json