supply/lib/supply/commands_generator.rb in fastlane_hotfix-2.165.1 vs supply/lib/supply/commands_generator.rb in fastlane_hotfix-2.187.0
- old
+ new
@@ -1,7 +1,8 @@
require "commander"
require "fastlane_core"
+require 'fastlane_core/ui/help_formatter'
require "supply"
HighLine.track_eof = false
module Supply
@@ -17,10 +18,10 @@
program :version, Fastlane::VERSION
program :description, Supply::DESCRIPTION
program :help, 'Author', 'Felix Krause <supply@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/supply/'
- program :help_formatter, :compact
+ program :help_formatter, FastlaneCore::HelpFormatter
always_trace!
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`')