Sha256: 62f33045ac56fee649742d56be81d67c4f3e65e28e6215226ca183752d0f6958

Contents?: true

Size: 315 Bytes

Versions: 66

Compression:

Stored size: 315 Bytes

Contents

require "shelly"
require "thor"
require "thor/thor"
require "thor/group"
require "thor/options"
require "thor/arguments"
require "thor/basic"

module Shelly
  module CLI
    class Command < Thor
      include Helpers
      class_option :debug, :type => :boolean, :desc => "Show debug information"
    end
  end
end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
shelly-0.1.23 lib/shelly/cli/command.rb
shelly-0.1.22 lib/shelly/cli/command.rb
shelly-0.1.21 lib/shelly/cli/command.rb
shelly-0.1.21.pre lib/shelly/cli/command.rb
shelly-0.1.20 lib/shelly/cli/command.rb
shelly-0.1.19 lib/shelly/cli/command.rb
shelly-0.1.18 lib/shelly/cli/command.rb
shelly-0.1.17 lib/shelly/cli/command.rb
shelly-0.1.16 lib/shelly/cli/command.rb
shelly-0.1.15 lib/shelly/cli/command.rb
shelly-0.1.14 lib/shelly/cli/command.rb
shelly-0.1.13 lib/shelly/cli/command.rb
shelly-0.1.12 lib/shelly/cli/command.rb
shelly-0.1.11 lib/shelly/cli/command.rb
shelly-0.1.10 lib/shelly/cli/command.rb
shelly-0.1.9 lib/shelly/cli/command.rb
shelly-0.1.8 lib/shelly/cli/command.rb
shelly-0.1.7 lib/shelly/cli/command.rb
shelly-0.1.6 lib/shelly/cli/command.rb
shelly-0.1.5 lib/shelly/cli/command.rb