Skip to content

Commit 0c24daa

Browse files
committed
Document Bash completion
1 parent c0a43ad commit 0c24daa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ task_default() {
192192
}
193193
```
194194

195+
### 3.7 Bash completion
196+
197+
The `runner` CLI supports autocompletion for task names. Simply include the shipped `completions/runner.bash` file, e.g. in your `~/.bashrc`:
198+
199+
```bash
200+
source "path/to/bash-task-runner/completions/runner.bash"
201+
```
195202

196203
## 4. Example
197204

0 commit comments

Comments
 (0)