mirror of
https://github.com/go-task/task.git
synced 2026-05-18 05:05:20 +02:00
feat: wildcard match aliases (#2234)
This commit is contained in:
2
testdata/wildcards/Taskfile.yml
vendored
2
testdata/wildcards/Taskfile.yml
vendored
@@ -19,6 +19,8 @@ tasks:
|
||||
- "echo \"I don't consume matches: {{.MATCH}}\""
|
||||
|
||||
start-*:
|
||||
aliases:
|
||||
- s-*
|
||||
vars:
|
||||
SERVICE: "{{index .MATCH 0}}"
|
||||
cmds:
|
||||
|
||||
Reference in New Issue
Block a user