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: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ go install github.com/rostrovsky/sourceprompt@latest
21
21
22
22
## Flags
23
23
24
-
*`-i, --include` - Regex pattern of paths that should be included.
25
-
*`-e, --exclude` - Regex pattern of paths that should be excluded.
24
+
*`-i, --include` - Regex patterns of paths that should be included.
25
+
*`-e, --exclude` - Regex patterns of paths that should be excluded.
26
26
*`-o, --output` - Output file path. When not specified, output will be printed to `stdout`.
27
27
*`-p, --prompt` - Prompt file path or URL. Allows specifying custom prompt which will be put at the beginning of the output. **If not specified, [default prompt](#default-prompt) will be used.**
0 commit comments