Method: Cerebro::Command::Clean.options
- Defined in:
- lib/cerebro/command/clean.rb
.options ⇒ Object
18 19 20 21 22 |
# File 'lib/cerebro/command/clean.rb', line 18 def self. [ ['--all', 'Clean all locally cloned repos used by Cerebro'], ].concat(super).reject { |(name, _)| name == '--no-all' } end |