1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00
This commit is contained in:
Valentin Maerten
2025-11-16 10:38:33 +01:00
parent e43c94ffbd
commit a2eb2aeca2

View File

@@ -9,8 +9,8 @@ import (
// Cmd is a task command
type Cmd struct {
Cmd string // Resolved command (used for execution and fingerprinting)
CmdTemplate string // Original template before variable resolution (used for secret masking)
Cmd string // Resolved command (used for execution and fingerprinting)
CmdTemplate string // Original template before variable resolution (used for secret masking)
Task string
For *For
Silent bool