Method: Cerebro::Command::Clean.options

Defined in:
lib/cerebro/command/clean.rb

.optionsObject



18
19
20
21
22
# File 'lib/cerebro/command/clean.rb', line 18

def self.options
  [
    ['--all', 'Clean all locally cloned repos used by Cerebro'],
  ].concat(super).reject { |(name, _)| name == '--no-all' }
end