Class: Souyuz::Manager

Inherits:
Object
  • Object
show all
Defined in:
lib/souyuz/manager.rb

Instance Method Summary collapse

Instance Method Details

#work(options) ⇒ Object



5
6
7
8
9
10
11
12
13
# 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