Sha256: 547996d31bc54d084a70dfc4d79d03b884698d482779d768ccd346cd23dd6b39

Contents?: true

Size: 273 Bytes

Versions: 8

Compression:

Stored size: 273 Bytes

Contents

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shelly-0.0.37 lib/shelly/cli/command.rb
shelly-0.0.36 lib/shelly/cli/command.rb
shelly-0.0.34 lib/shelly/cli/command.rb
shelly-0.0.33 lib/shelly/cli/command.rb
shelly-0.0.32 lib/shelly/cli/command.rb
shelly-0.0.31 lib/shelly/cli/command.rb
shelly-0.0.30 lib/shelly/cli/command.rb
shelly-0.0.29 lib/shelly/cli/command.rb