From 087294f8a555b4ba87f999a4133102cb01de22a4 Mon Sep 17 00:00:00 2001 From: ewy Date: Tue, 14 Apr 2026 17:37:35 +0200 Subject: add reminder when using --yes and remove nighlight from y/n when --yes --- flags/flags.go | 1 + 1 file changed, 1 insertion(+) (limited to 'flags') 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") ) -- cgit v1.3