scan/lib/scan/commands_generator.rb in fastlane-2.181.0 vs scan/lib/scan/commands_generator.rb in fastlane-2.182.0
- old
+ new
@@ -1,8 +1,9 @@
require 'commander'
require 'fastlane_core/configuration/configuration'
+require 'fastlane_core/ui/help_formatter'
require_relative 'module'
require_relative 'manager'
require_relative 'options'
HighLine.track_eof = false
@@ -26,10 +27,10 @@
program :version, Fastlane::VERSION
program :description, Scan::DESCRIPTION
program :help, "Author", "Felix Krause <scan@krausefx.com>"
program :help, "Website", "https://fastlane.tools"
program :help, "Documentation", "https://docs.fastlane.tools/actions/scan/"
- program :help_formatter, :compact
+ program :help_formatter, FastlaneCore::HelpFormatter
global_option("--verbose") { FastlaneCore::Globals.verbose = true }
command :tests do |c|
c.syntax = "fastlane scan"