diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-14 21:56:19 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-14 21:56:19 +0200 |
| commit | 6a22a1ee7bfd1fbd34486a224db98eb6aead5c3e (patch) | |
| tree | 4edcb669880850c4747b39ef063bcaa53f1fc648 /flags | |
| parent | 213d3f11728204b1b4c37058d3f1fa1a72dcac4d (diff) | |
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 a513019..2fbfdd5 100644 --- a/flags/flags.go +++ b/flags/flags.go @@ -12,4 +12,5 @@ var ( Yes = pflag.BoolP("yes", "y", false, "auto-confirm y/n confirmations") Env = pflag.StringArray("env", nil, "environment files or pre- or suffix") Version = pflag.BoolP("version", "v", false, "print version and exit") + List = pflag.BoolP("list", "l", false, "list available targets and exit") ) |
