1
0
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:
Dhanu Saputra
2023-03-17 07:38:24 +07:00
committed by GitHub
parent e0fcb040ee
commit 9c3ee234f1
5 changed files with 35 additions and 0 deletions

6
testdata/split_args/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: '3'
tasks:
default:
cmds:
- cmd: echo '{{splitArgs .CLI_ARGS | len}}'