diff options
| author | Paul Buetow <paul@buetow.org> | 2024-11-08 22:52:31 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-11-08 22:52:31 +0200 |
| commit | 9b14c12e0ccd5c96dd9f17d1b20fe134308d2184 (patch) | |
| tree | ff60a38c88686962a188ccabdbd4eda37e7e28f5 /internal | |
| parent | 7a63e78baf3fe9f769ad4a0569baf8ca71363cfe (diff) | |
refactor
Diffstat (limited to 'internal')
| -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 77c3850..8c9f767 100644 --- a/internal/config/args.go +++ b/internal/config/args.go @@ -13,6 +13,7 @@ var validPlatforms = []string{"mastodon", "linkedin"} type Args struct { GosDir string + CacheDir string DryRun bool Platforms map[string]int // Platform name and post size limits Target int @@ -20,7 +21,6 @@ type Args struct { MaxDaysQueued int PauseDays int Lookback time.Duration - CacheDir string SecretsConfigPath string Secrets Secrets OAuth2Browser string |
