mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Add splitArgs
template function (#1059)
This commit is contained in:
6
testdata/split_args/Taskfile.yml
vendored
Normal file
6
testdata/split_args/Taskfile.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- cmd: echo '{{splitArgs .CLI_ARGS | len}}'
|
Reference in New Issue
Block a user