diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-24 21:09:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-24 21:09:14 +0200 |
| commit | e735b56a704b7328e7e84def46fd6d248c51e38d (patch) | |
| tree | 34c2bf458d6d0a136439d6891afe490eac64faa3 /internal/config/args.go | |
| parent | e957564316024f6412399015d2e8a7861e05ec82 (diff) | |
compose mode does not require any secrets
Diffstat (limited to 'internal/config/args.go')
| -rw-r--r-- | internal/config/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/args.go b/internal/config/args.go index cdaed8a..e2b9dc1 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -24,7 +24,7 @@ type Args struct { GeminiSummaryFor []string GemtexterEnable bool GeminiCapsules []string - ComposeEntry bool + ComposeMode bool } func (a *Args) ParsePlatforms(platformStrs string) error { |
