mirror of
https://github.com/go-task/task.git
synced 2026-06-28 15:14:18 +00:00
chore: add changelog and documentation for #1452
This commit is contained in:
@@ -1286,6 +1286,9 @@ Task also adds the following functions:
|
||||
for this. The Bash dialect is assumed.
|
||||
- `splitArgs`: Splits a string as if it were a command's arguments. Task uses
|
||||
[this Go function](https://pkg.go.dev/mvdan.cc/sh/v3@v3.4.0/shell#Fields)
|
||||
- `spew`: Returns the Go representation of a specific variable. Useful for
|
||||
debugging. Uses the [davecgh/go-spew](https://github.com/davecgh/go-spew)
|
||||
package.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user