diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-11 23:09:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-11 23:09:28 +0200 |
| commit | 121d2877cc7ed0aaf0bbe5c57b86abba982b0441 (patch) | |
| tree | 46893a05b71aaf6b25e971adda6126ae766eae7b /internal/config | |
| parent | 0f5ecb2715876d05bed8e54d7bd30754e57bcdc4 (diff) | |
initial summary support
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 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 { |
