mirror of
https://github.com/go-task/task.git
synced 2025-02-09 13:47:06 +02:00
24 lines
534 B
Plaintext
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` |
|