1
0
mirror of https://github.com/go-task/task.git synced 2025-02-09 13:47:06 +02:00
Pete Davison 88b095020e
v3.38.0
2024-06-30 14:50:47 +00:00

24 lines
534 B
Plaintext

---
slug: /deprecations/template-functions/
---
# Template Functions
:::warning
This deprecation breaks the following functionality:
- A small set of templating functions
:::
The following templating functions are deprecated. Any replacement functions are
listed besides the function being removed.
| Deprecated function | Replaced by |
| ------------------- | ----------- |
| `IsSH` | - |
| `FromSlash` | `fromSlash` |
| `ToSlash` | `toSlash` |
| `ExeExt` | `exeExt` |