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:
@@ -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
|
||||
|
Reference in New Issue
Block a user