summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-08 22:48:51 +0200
committerPaul Buetow <paul@buetow.org>2024-11-08 22:48:51 +0200
commit7a63e78baf3fe9f769ad4a0569baf8ca71363cfe (patch)
treed696caa20f94e8c05a8619240428cffb94fdf85d /internal/config
parente9142b9d7a2faf5c7dc5b13a621d3a216bce8e54 (diff)
can download preview image for linkedin
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 4d65297..77c3850 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -20,6 +20,7 @@ type Args struct {
MaxDaysQueued int
PauseDays int
Lookback time.Duration
+ CacheDir string
SecretsConfigPath string
Secrets Secrets
OAuth2Browser string