File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4353,14 +4353,13 @@ const usage_index =
43534353 \\ --type <csv> Index types (default code,doc)
43544354 \\ --ext <csv> Restrict indexed extensions
43554355 \\ --include-node-modules Include node_modules
4356+ \\ --lexical-only Skip embeddings, index for lexical search only
43564357 \\ --json JSON output
43574358 \\
43584359 \\Examples:
43594360 \\ codescan index
43604361 \\ codescan index --root /path/to/repo
4361- \\
43624362;
4363-
43644363const usage_update =
43654364 \\Usage: codescan update [options]
43664365 \\
@@ -4373,14 +4372,13 @@ const usage_update =
43734372 \\ --type <csv> Indexed types (default code,doc)
43744373 \\ --ext <csv> Restrict indexed extensions
43754374 \\ --include-node-modules Include node_modules
4375+ \\ --lexical-only Skip embeddings, index for lexical search only
43764376 \\ --json JSON output
43774377 \\
43784378 \\Examples:
43794379 \\ codescan update
43804380 \\ codescan update --root /path/to/repo
4381- \\
43824381;
4383-
43844382const usage_config =
43854383 \\Usage: codescan config [show|edit]
43864384 \\
You can’t perform that action at this time.
0 commit comments