summaryrefslogtreecommitdiff
path: root/internal/config/args.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-24 21:09:14 +0200
committerPaul Buetow <paul@buetow.org>2025-02-24 21:09:14 +0200
commite735b56a704b7328e7e84def46fd6d248c51e38d (patch)
tree34c2bf458d6d0a136439d6891afe490eac64faa3 /internal/config/args.go
parente957564316024f6412399015d2e8a7861e05ec82 (diff)
compose mode does not require any secrets
Diffstat (limited to 'internal/config/args.go')
-rw-r--r--internal/config/args.go2
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 {