1
0
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:
Andrey Nering
2019-06-22 22:48:53 -03:00
parent 64cfdd815f
commit 4e09fc7f43

View File

@ -510,7 +510,7 @@ This works for all types of variables.
Task parse commands as [Go's template engine][gotemplate] before executing
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:
```yaml