class Souyuz::Manager

Public Instance Methods

work(options) click to toggle source
# File lib/souyuz/manager.rb, line 5
def work(options)
  Souyuz.config = options

  FastlaneCore::PrintTable.print_values(config: Souyuz.config,
                                        hide_keys: [],
                                        title: "Summary for souyuz #{Souyuz::VERSION}")

  return Runner.new.run
end