mirror of
https://github.com/go-task/task.git
synced 2025-07-05 00:58:54 +02:00
Update documentation about sprig
This commit is contained in:
@ -510,7 +510,7 @@ This works for all types of variables.
|
|||||||
Task parse commands as [Go's template engine][gotemplate] before executing
|
Task parse commands as [Go's template engine][gotemplate] before executing
|
||||||
them. Variables are accessible through dot syntax (`.VARNAME`).
|
them. Variables are accessible through dot syntax (`.VARNAME`).
|
||||||
|
|
||||||
All functions by the Go's [sprig lib](http://masterminds.github.io/sprig/)
|
All functions by the Go's [slim-sprig lib](https://go-task.github.io/slim-sprig/)
|
||||||
are available. The following example gets the current date in a given format:
|
are available. The following example gets the current date in a given format:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Reference in New Issue
Block a user