summaryrefslogtreecommitdiff
path: root/hooks.md
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.md')
-rw-r--r--hooks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks.md b/hooks.md
index 67c2f2619..24296462f 100644
--- a/hooks.md
+++ b/hooks.md
@@ -53,6 +53,7 @@ type HookParams struct {
Cmds []string `json:"cmds"`
Annotations []string `json:"annotations"`
HasBindMounts bool `json:"hasbindmounts"`
+ Arguments []string `json:"arguments"`
}
```