feat: support pass all args syntax

This commit is contained in:
Simon Lecoq
2023-11-08 05:51:34 +00:00
committed by GitHub
parent 5a5795cfe2
commit 01d2a38824
3 changed files with 23 additions and 0 deletions

View File

@@ -37,6 +37,10 @@
}
]
},
"make:args_pass_all": {
"task": "echo '$<*>'",
"cwd": "tests"
},
"make:flags": {
"task": "echo '$<foo> / $<bar>'",
"cwd": "tests",