diff options
Diffstat (limited to 'flags/flags.go')
| -rw-r--r-- | flags/flags.go | 1 |
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") ) |
