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