diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 18:05:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 18:05:59 +0200 |
| commit | 6b8c39143f8375680e260e5f8f204e4cf9031599 (patch) | |
| tree | 1fa7d91150ad7d8c56c2e96b689f866f71bfc256 /flags | |
| parent | cc5a07dfc115b9a4e97854501fdd26c9ebd5b8d0 (diff) | |
add loading of .env files
Diffstat (limited to 'flags')
| -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 9f62c38..19cc84b 100644 --- a/flags/flags.go +++ b/flags/flags.go @@ -10,4 +10,5 @@ var ( 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") + Env = pflag.StringArray("env", nil, "environment files or pre- or suffix") ) |
