diff options
-rwxr-xr-x | build.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,6 +45,9 @@ OptionParser.new do |opts| opts.on("-s", "--size SIZE", "Size to resize images to") do |size| options[:size] = size end + opts.on("-c", "--commit HASH", "Commit to display on website") do |hash| + options[:commit] = hash + end end.parse! options[:path] = "build" unless options[:path] |