mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user