pem/lib/pem/commands_generator.rb in fastlane-2.147.0 vs pem/lib/pem/commands_generator.rb in fastlane-2.148.0

- old
+ new

@@ -23,9 +23,10 @@ program :help, 'Website', 'https://fastlane.tools' program :help, 'Documentation', 'https://docs.fastlane.tools/actions/pem/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } + global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`') command :renew do |c| c.syntax = 'fastlane pem renew' c.description = 'Renews the certificate (in case it expired) and shows the path to the generated pem file'