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.4.pre2 lib/shelly/cli/command.rb
shelly-0.1.4.pre lib/shelly/cli/command.rb
shelly-0.1.3 lib/shelly/cli/command.rb
shelly-0.1.2 lib/shelly/cli/command.rb
shelly-0.1.1 lib/shelly/cli/command.rb
shelly-0.1.0 lib/shelly/cli/command.rb
shelly-0.0.62 lib/shelly/cli/command.rb
shelly-0.0.61 lib/shelly/cli/command.rb
shelly-0.0.60 lib/shelly/cli/command.rb
shelly-0.0.59 lib/shelly/cli/command.rb
shelly-0.0.58 lib/shelly/cli/command.rb
shelly-0.0.57 lib/shelly/cli/command.rb
shelly-0.0.56 lib/shelly/cli/command.rb
shelly-0.0.55 lib/shelly/cli/command.rb
shelly-0.0.55.pre lib/shelly/cli/command.rb
shelly-0.0.54 lib/shelly/cli/command.rb
shelly-0.0.53 lib/shelly/cli/command.rb
shelly-0.0.52 lib/shelly/cli/command.rb
shelly-0.0.51.pre lib/shelly/cli/command.rb
shelly-0.0.51 lib/shelly/cli/command.rb