Sha256: e9ed47c63f0cdc7daf2eb7cd7a3fbce758e4fdf950775bb8dc18cab747b7783a
Contents?: true
Size: 335 Bytes
Versions: 68
Compression:
Stored size: 335 Bytes
Contents
#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__) + "/../../lib") require 'git-style-binary/command' GitStyleBinary.command do short_desc "list blog postings" banner <<-EOS SYNOPSIS #{command.full_name} #{all_options_string} Lists the posts on the blog EOS run do |command| puts "listing blog posts" end end
Version data entries
68 entries across 68 versions & 5 rubygems