summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-04 22:34:30 +0200
committerPaul Buetow <paul@buetow.org>2025-01-04 22:34:30 +0200
commit2f337e4924fd0e761b467dd2f81b8253022222c6 (patch)
treef73cda1e8e056d7f4d4c8fc6001aee2b4dbc6426 /internal/config
parenta35f0ed04c28d80b902a00c3aec84dd86db34e85 (diff)
add --compose flag
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/args.go b/internal/config/args.go
index 43687ac..2fbdf86 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -24,6 +24,7 @@ type Args struct {
OAuth2Browser string
SummaryFor []string
GemtexterEnable bool
+ ComposeEntry bool
}
func (a *Args) ParsePlatforms(platformStrs string) error {