diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-31 18:24:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-31 18:24:03 +0200 |
| commit | ec523bdd63bd23cfec465e2cc45d0c17198ef4c4 (patch) | |
| tree | 38e29cdf9030f615dc6753d07e1601bfb3a26ce7 /internal/config | |
| parent | e40995f28834ffffdea5343b1526a85c7268d202 (diff) | |
refine summary, add gemtexter tags
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/args.go | 1 |
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 { |
