10 11 12 13 14 15
# File 'lib/produce/commands_generator.rb', line 10 def self.start FastlaneCore::UpdateChecker.start_looking_for_update('produce') self.new.run ensure FastlaneCore::UpdateChecker.show_update_status('produce', Produce::VERSION) end