Skip to content

Commit

Permalink
Merge pull request #18 from lakelse/master
Browse files Browse the repository at this point in the history
Allow filename to be nil if not specified
  • Loading branch information
sorich87 committed Oct 6, 2015
2 parents 9e18a4d + 6bf3ab5 commit 7c72824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.rb
Expand Up @@ -27,7 +27,6 @@
end
opts.on('-r [ARG]', '--repository', 'Export only one repository') do |v|
options[:repository] = v
options[:filename] ||= v + '.zip'
end
opts.on('-h', '--help', 'Show this message') do |v|
puts opts
Expand Down

0 comments on commit 7c72824

Please sign in to comment.