Class: Repomate::CLI
- Inherits:
-
Object
- Object
- Repomate::CLI
- Defined in:
- lib/repomate/cli.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
3 4 5 6 7 |
# File 'lib/repomate/cli.rb', line 3 def self.start config = Config.new manager = Manager.new(config) manager.run end |