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
auser-poolparty-1.2.10 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.11 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.12 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.3 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.4 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.7 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.8 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.2.9 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.0 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.1 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.10 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.11 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.12 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.13 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.14 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.15 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.16 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.17 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.2 vendor/gems/git-style-binaries/test/fixtures/wordpress-list
auser-poolparty-1.3.3 vendor/gems/git-style-binaries/test/fixtures/wordpress-list