diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-19 08:58:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-19 08:58:08 +0200 |
| commit | f15224d720b8a3e29527ab913801503160fdaf8e (patch) | |
| tree | 59117e9847294f2db6c39f7c8e01e8cf4dca95c4 /internal/config | |
| parent | 5c3813b593415615116acbe8d21f262c1f20e9f8 (diff) | |
renaming of Gemini flags, add GeminiCapsule
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/args.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/config/args.go b/internal/config/args.go index 8c53d11..e226058 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -21,8 +21,9 @@ type Args struct { SecretsConfigPath string Secrets Secrets OAuth2Browser string - SummaryFor []string - GemtexterEnable bool + GeminiSummaryFor []string + GeminiEnable bool + GeminiCapsule string ComposeEntry bool } |
