pem/lib/pem/commands_generator.rb in fastlane-2.6.0 vs pem/lib/pem/commands_generator.rb in fastlane-2.7.0
- old
+ new
@@ -23,10 +23,10 @@
global_option('--verbose') { $verbose = true }
FastlaneCore::CommanderGenerator.new.generate(PEM::Options.available_options)
command :renew do |c|
- c.syntax = 'pem renew'
+ c.syntax = 'fastlane pem renew'
c.description = 'Renews the certificate (in case it expired) and shows the path to the generated pem file'
c.action do |args, options|
PEM.config = FastlaneCore::Configuration.create(PEM::Options.available_options, options.__hash__)
PEM::Manager.start