Skip to content

Commit 09ab1e0

Browse files
committed
update readme with correct help
1 parent 4007bee commit 09ab1e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ Flags:
180180
--min-line-length int number of bytes per average line for file to be considered minified (default 255)
181181
--no-gitignore disables .gitignore file logic
182182
--no-ignore disables .ignore file logic
183+
--no-syntax disable syntax highlighting in output
183184
-o, --output string output filename (default stdout)
184185
--ranker string set ranking algorithm [simple, tfidf, tfidf2, bm25] (default "bm25")
185186
--result-limit int maximum number of results to return (-1 for unlimited) (default -1)
@@ -189,6 +190,7 @@ Flags:
189190
--template-display string path to a custom display template
190191
--template-search string path to a custom search template
191192
--template-style string built-in theme for the HTTP server UI [dark, light, bare] (default "dark")
193+
-t, --type strings limit to language types [comma separated list: e.g. Go,Java,Python]
192194
-v, --version version for cs
193195
```
194196

0 commit comments

Comments
 (0)