We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f0a4e commit 0eb4582Copy full SHA for 0eb4582
taskfile/ast/cmd.go
@@ -9,8 +9,8 @@ import (
9
10
// Cmd is a task command
11
type Cmd struct {
12
- Cmd string // Resolved command (used for execution and fingerprinting)
13
- 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)
14
Task string
15
For *For
16
Silent bool
0 commit comments