Method: Cert::CommandsGenerator.start

Defined in:
lib/cert/commands_generator.rb

.startObject



10
11
12
13
14
15
# File 'lib/cert/commands_generator.rb', line 10

def self.start
  FastlaneCore::UpdateChecker.start_looking_for_update('cert')
  self.new.run
ensure
  FastlaneCore::UpdateChecker.show_update_status('cert', Cert::VERSION)
end