mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
feat: wildcard match aliases (#2234)
This commit is contained in:
@@ -2612,6 +2612,11 @@ func TestWildcard(t *testing.T) {
|
||||
call: "start-foo",
|
||||
expectedOutput: "Starting foo\n",
|
||||
},
|
||||
{
|
||||
name: "alias",
|
||||
call: "s-foo",
|
||||
expectedOutput: "Starting foo\n",
|
||||
},
|
||||
{
|
||||
name: "matches exactly",
|
||||
call: "matches-exactly-*",
|
||||
|
||||
Reference in New Issue
Block a user