Method: Stool::Command.options

Defined in:
lib/stool/Command.rb

.optionsObject



21
22
23
24
25
# File 'lib/stool/Command.rb', line 21

def self.options
  [
    ['--silent', 'Show nothing'],
  ].concat(super)
end