mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
docs: clarify join argument order in templating reference (#2887)
Co-authored-by: Markus Stark <markusstark@MacBook-Air-von-Markus.local>
This commit is contained in:
@@ -565,6 +565,9 @@ tasks:
|
||||
- echo "{{.MULTILINE | catLines}}" # Replace newlines with spaces
|
||||
```
|
||||
|
||||
In pipeline form, `join` receives the list from the left-hand side. The
|
||||
equivalent non-pipeline form is `{{join " " .WORDS}}`.
|
||||
|
||||
#### Shell Argument Parsing
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user