mirror of
https://github.com/go-task/task.git
synced 2026-06-27 06:34:18 +00:00
feat: error when multiple wildcard matches are found
This commit is contained in:
@@ -1249,8 +1249,8 @@ $ task run-foo-bar
|
||||
foo bar
|
||||
```
|
||||
|
||||
If multiple matching tasks are found, the first one listed in the Taskfile will
|
||||
be used. If you are using included Taskfiles,
|
||||
If multiple matching tasks are found, an error occurs. If you are using included
|
||||
Taskfiles, tasks in parent files will be considered first.
|
||||
|
||||
## Doing task cleanup with `defer`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user