summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/flags.go b/flags/flags.go
index 2ce8045..9f62c38 100644
--- a/flags/flags.go
+++ b/flags/flags.go
@@ -9,4 +9,5 @@ var (
All = pflag.BoolP("all", "a", false, "get sources from cache instead of crawling")
Dry = pflag.BoolP("dry", "d", false, "print cmdlines instead of running them")
Root = pflag.BoolP("root", "r", false, "run targets (including triggers) with sudo")
+ Yes = pflag.BoolP("yes", "y", false, "auto-confirm y/n confirmations")
)