summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-11 23:09:28 +0200
committerPaul Buetow <paul@buetow.org>2024-12-11 23:09:28 +0200
commit121d2877cc7ed0aaf0bbe5c57b86abba982b0441 (patch)
tree46893a05b71aaf6b25e971adda6126ae766eae7b /internal/config
parent0f5ecb2715876d05bed8e54d7bd30754e57bcdc4 (diff)
initial summary support
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 4438189..615c607 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -22,6 +22,7 @@ type Args struct {
SecretsConfigPath string
Secrets Secrets
OAuth2Browser string
+ SummaryFor []string
}
func (a *Args) ParsePlatforms(platformStrs string) error {