1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

feat: change Var.Value from string to an any type

This commit is contained in:
Pete Davison
2023-11-29 16:21:21 +00:00
parent de09e675c1
commit 5516ac1a00
5 changed files with 54 additions and 35 deletions

View File

@@ -71,7 +71,7 @@ func (vs *Vars) DeepCopy() *Vars {
// Var represents either a static or dynamic variable.
type Var struct {
Value string
Value any
Live any
Sh string
Dir string