summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-31 18:24:03 +0200
committerPaul Buetow <paul@buetow.org>2024-12-31 18:24:03 +0200
commitec523bdd63bd23cfec465e2cc45d0c17198ef4c4 (patch)
tree38e29cdf9030f615dc6753d07e1601bfb3a26ce7 /internal/config
parente40995f28834ffffdea5343b1526a85c7268d202 (diff)
refine summary, add gemtexter tags
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 615c607..43687ac 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -23,6 +23,7 @@ type Args struct {
Secrets Secrets
OAuth2Browser string
SummaryFor []string
+ GemtexterEnable bool
}
func (a *Args) ParsePlatforms(platformStrs string) error {