We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e2d22 commit 5e26678Copy full SHA for 5e26678
README.md
@@ -6,7 +6,7 @@ Configure auto-execution of different commands using semantic YAML and [Unix she
6
7
For a workflow as simple as:
8
```bash
9
-find . -name '*.ts' | funzzy 'npx eslint .'
+find . -name '*.ts' | funzzy 'npx eslint {{relative_path}}'
10
```
11
12
Or more complex workflows like:
0 commit comments