bin/pickpocket in pick-pocket-0.2.1 vs bin/pickpocket in pick-pocket-0.2.2
- old
+ new
@@ -30,9 +30,10 @@
desc 'renew', 'Syncs your local library with your Pocket. It will delete read articles and download new articles from your library'
def renew
library = Pickpocket::Articles::Library.new
library.renew
+ library.stats
end
desc 'stats', 'Show the number of read/unread articles you have on your local library'
def stats
library = Pickpocket::Articles::Library.new