You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/.vitepress/theme/UseCaseTabs.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ const USE_CASES: UseCase[] = [
56
56
headline: "Which repos are pinned to a vulnerable minor version?",
57
57
description:
58
58
"Use regex syntax to target a precise version range — something a plain keyword search cannot do. Find every repo still locked to axios 1.x, react 17.x, or any other outdated pin, then export the list to a migration issue.",
@@ -107,8 +107,7 @@ an `A OR B OR C` query to the GitHub API so that **all branches are covered**
107
107
If the extracted term is very short (fewer than 3 characters), the CLI will exit with a warning and ask you to provide a manual hint:
108
108
109
109
```text
110
-
⚠ Regex mode — could not extract a term longer than 2 chars from /[~^]?[0-9]/
111
-
Provide a manual hint with --regex-hint <term>.
110
+
⚠ Regex mode — No meaningful search term could be extracted from the regex pattern. Use --regex-hint <term> to specify the term to send to the GitHub API.
112
111
```
113
112
114
113
Use `--regex-hint` to override the API search term while still applying the full regex filter locally:
0 commit comments