Sha256: be42d32d2b5180572220672f2b6583392fdfe1297e5f23909b177f198a5b7638
Contents?: true
Size: 389 Bytes
Versions: 66
Compression:
Stored size: 389 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__) + "/../../lib") require 'git-style-binary/command' GitStyleBinary.command do short_desc "do something with categories" banner <<-EOS SYNOPSIS #{command.full_name} #{all_options_string} Does something with categories EOS run do |command| puts "does something with categories" puts @categories.join(" ") end end
Version data entries
66 entries across 66 versions & 5 rubygems