diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-04 22:34:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-04 22:34:30 +0200 |
| commit | 2f337e4924fd0e761b467dd2f81b8253022222c6 (patch) | |
| tree | f73cda1e8e056d7f4d4c8fc6001aee2b4dbc6426 /internal/config | |
| parent | a35f0ed04c28d80b902a00c3aec84dd86db34e85 (diff) | |
add --compose flag
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 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 { |
