Method: Gct::Command.options

Defined in:
lib/gct/command.rb

.optionsObject



40
41
42
43
44
# File 'lib/gct/command.rb', line 40

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