mirror of
https://github.com/go-task/task.git
synced 2026-02-24 20:20:30 +01: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
|
||||
If string
|
||||
|
||||
Reference in New Issue
Block a user