diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-19 13:17:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-19 13:17:50 +0200 |
| commit | c77e07805c98a7a53bc62deeb21acf6f01195ca9 (patch) | |
| tree | 9a03b12ae6c3e25b553ea14b432594f63a19072b /internal/config | |
| parent | c0a710cca29fc2c2ed641d8c364ef971f934d61b (diff) | |
change the gemini prefix procedure
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/args.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/args.go b/internal/config/args.go index 77711b6..cdaed8a 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -23,7 +23,7 @@ type Args struct { OAuth2Browser string GeminiSummaryFor []string GemtexterEnable bool - GeminiCapsule string + GeminiCapsules []string ComposeEntry bool } |
