summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-18 22:51:50 +0300
committerPaul Buetow <paul@buetow.org>2024-10-18 22:51:50 +0300
commit3287dbc49f3a9df43b086da84516b7e0a9902707 (patch)
treea10b1d450614cc96c16e313e33547e0b265c3c58 /internal/config
parent49750f5fb56b94ce0ee7a86b833aa7abf6db66ae (diff)
implement pause days
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 47712f9..995853a 100644
--- a/internal/config/args.go
+++ b/internal/config/args.go
@@ -14,6 +14,7 @@ type Args struct {
DryRun bool
Platforms map[string]int // Platform name and post size limits
Target int
+ PauseDays int
Lookback time.Duration
SecretsConfigPath string
Secrets Secrets