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

- old
+ new

@@ -28,9 +28,10 @@ program :help, 'Website', 'https://fastlane.tools' program :help, 'Documentation', 'https://docs.fastlane.tools/actions/frameit/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } + global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`') default_command(:run) command :run do |c| c.syntax = 'fastlane frameit black'