bin/deploy_log in deploy_log-0.2.7 vs bin/deploy_log in deploy_log-0.3.0

- old
+ new

@@ -24,9 +24,13 @@ opt.on('-b', '--branch=BRANCH', 'Name of the branch you want') do |br| branch = br end + opt.on('-u', '--user=USER', 'Name of the Github user you want to search by') do |br| + branch = br + end + opt.on('-w', '--week=WEEK', 'Get PRs merged during week number X') do |w| week = w end opt.on('-c', '--clean', 'Pull data from api, ignore cache') do