bin/srd in sifttter-redux-1.0.1 vs bin/srd in sifttter-redux-1.0.2

- old
+ new

@@ -102,9 +102,10 @@ # # Executes the app. # ------------------------------------------------------ desc 'Execute the app' command :exec do |c| + c.flag([:d], desc: 'Run catch-up mode with a particular date') c.flag([:f], desc: 'Run catch-up mode with this start date') c.flag([:n], desc: 'Run catch-up mode for the last N days') c.flag([:t], desc: 'Run catch-up mode with this end date (must also have -f)') c.flag([:w], desc: 'Run catch-up mode for the last N weeks')