mirror of
https://github.com/go-task/task.git
synced 2025-06-25 00:47:04 +02:00
add verbose mode (-v flag)
This commit is contained in:
@ -45,6 +45,7 @@ func (e *Executor) handleDynamicVariableContent(value string) (string, error) {
|
||||
}
|
||||
|
||||
result = strings.TrimSpace(result)
|
||||
e.verbosePrintfln(`task: dynamic variable: "%s", result: "%s"`, value, result)
|
||||
return result, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user