precheck/lib/precheck/commands_generator.rb in fastlane_hotfix-2.165.1 vs precheck/lib/precheck/commands_generator.rb in fastlane_hotfix-2.187.0

- old
+ new

@@ -2,10 +2,11 @@ require "fastlane_core/globals" require "fastlane_core/configuration/commander_generator" require "fastlane_core/configuration/configuration" require "fastlane_core/helper" require "fastlane/version" +require 'fastlane_core/ui/help_formatter' require_relative 'module' require_relative 'options' require_relative 'runner' @@ -24,10 +25,10 @@ program :version, Fastlane::VERSION program :description, Precheck::DESCRIPTION program :help, "Author", "Joshua Liebowitz <taquitos@gmail.com>, @taquitos" program :help, "Website", "https://fastlane.tools" program :help, "Documentation", "https://docs.fastlane.tools/actions/precheck/" - program :help_formatter, :compact + program :help_formatter, FastlaneCore::HelpFormatter global_option("--verbose") { FastlaneCore::Globals.verbose = true } command :check_metadata do |c| c.syntax = "fastlane precheck"