Module: Rig::Command::Options::ShowAll

Defined in:
lib/rig/command/options.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



25
26
27
28
29
# File 'lib/rig/command/options.rb', line 25

def self.included(base)
  base.class_eval do
    option %w{-a --all}, :flag, "override default filters and show everything", :attribute_name => :showall
  end
end