Sha256: 33e05f61295d691642ce2458a73547182feb3d72a0d57ce776006bd9fe886203

Contents?: true

Size: 252 Bytes

Versions: 11

Compression:

Stored size: 252 Bytes

Contents

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
shelly-0.0.28 lib/shelly/cli/command.rb
shelly-0.0.27 lib/shelly/cli/command.rb
shelly-0.0.26 lib/shelly/cli/command.rb
shelly-0.0.21.pre5 lib/shelly/cli/command.rb
shelly-0.0.25 lib/shelly/cli/command.rb
shelly-0.0.24 lib/shelly/cli/command.rb
shelly-0.0.23 lib/shelly/cli/command.rb
shelly-0.0.22 lib/shelly/cli/command.rb
shelly-0.0.21.pre3 lib/shelly/cli/command.rb
shelly-0.0.21.pre2 lib/shelly/cli/command.rb
shelly-0.0.21 lib/shelly/cli/command.rb