Skip to content

Commit bee4a55

Browse files
committedAug 15, 2024··
add description to the README
1 parent 94c769a commit bee4a55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ You can search for any text (and not just `.only`) by passing the parameter `--t
8282
stop-only --folder specs --text '.pause()'
8383
```
8484

85+
### any multiple texts
86+
87+
You can search for multiple text strings by providing multiple `--text` arguments. For example, to find both `.only` and `.skip` strings
88+
89+
```text
90+
stop-only --folder specs --text '.only' --text '.skip'
91+
```
92+
8593
### Pre-commit or pre-push hook
8694

8795
If using [pre-git][pre-git] to configure Git hooks, run this tool as a command

0 commit comments

Comments
 (0)
Please sign in to comment.