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

Version Path
poolparty-1.6.6 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.6.5 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.6.4 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.6.3 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.6.2 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
git-style-binaries-0.1.11 test/fixtures/wordpress-list
git-style-binaries-0.1.10 test/fixtures/wordpress-list
poolparty-1.6.1 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.6.0 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.5.0 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.8 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.7 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.6 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.5 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.4 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.3 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.2 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.1 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.4.0 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
poolparty-1.3.15 vendor/gems/git-style-binaries/test/fixtures/wordpress-list