Sha256: b96c7cf7e5c759c7bd922a6e06c2bd999ab9e90e187c262d2eab0fa1fc7f51f5
Contents?: true
Size: 367 Bytes
Versions: 68
Compression:
Stored size: 367 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__) + "/../../lib") require 'git-style-binary/command' GitStyleBinary.command do short_desc "download a flickr image" banner <<-EOS SYNOPSIS #{command.full_name} #{all_options_string} url Downloads an image from flickr EOS run do |command| puts "would download: #{command.argv.inspect}" end end
Version data entries
68 entries across 68 versions & 5 rubygems