1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

add details flag for cli

This commit is contained in:
jaedle
2019-02-24 08:51:20 +01:00
parent 4fa983bde7
commit 13614fb3c4
2 changed files with 5 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ type Executor struct {
Verbose bool
Silent bool
Dry bool
Details bool
Stdin io.Reader
Stdout io.Writer