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