aboutsummaryrefslogtreecommitdiffstats
path: root/ui/status/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/status/status.go')
-rw-r--r--ui/status/status.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/status/status.go b/ui/status/status.go
index 3d8cd7a2..df33baa8 100644
--- a/ui/status/status.go
+++ b/ui/status/status.go
@@ -32,6 +32,10 @@ type Action struct {
// but they can be any string.
Outputs []string
+ // Inputs is the (optional) list of inputs. Usually these are files,
+ // but they can be any string.
+ Inputs []string
+
// Command is the actual command line executed to perform the action.
// It's optional, but one of either Description or Command should be
// set.