File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments