Module: Carb::CLI
- Defined in:
- lib/carb/cli.rb
Defined Under Namespace
Classes: InstallCommand, MainCommand
Class Method Summary collapse
Class Method Details
.run(*a) ⇒ Object
46 47 48 49 50 51 52 |
# File 'lib/carb/cli.rb', line 46 def self.run(*a) Logger::log('TODO: alter the default view, merge with index.html', Logger::WARNING) Logger::log('TODO: check if repos are there', Logger::WARNING) puts '' MainCommand.run(*a) end |