Sha256: e0626e783d25918a0bd29cc3d474bbb9273b458680c65227544205d2fc73d5c7
Contents?: true
Size: 358 Bytes
Versions: 2
Compression:
Stored size: 358 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" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jashmenn-git-style-binaries-0.1.3 | test/fixtures/wordpress-categories |
jashmenn-git-style-binaries-0.1.4 | test/fixtures/wordpress-categories |