Method: Stool::Command.options

Defined in:
lib/stool/Command.rb

.optionsObject



19
20
21
22
23
# File 'lib/stool/Command.rb', line 19

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