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.0.42 lib/shelly/cli/command.rb
shelly-0.0.41 lib/shelly/cli/command.rb
shelly-0.0.41.pre lib/shelly/cli/command.rb
shelly-0.0.40 lib/shelly/cli/command.rb
shelly-0.0.39 lib/shelly/cli/command.rb
shelly-0.0.38 lib/shelly/cli/command.rb