gym/lib/gym/commands_generator.rb in fastlane-2.181.0 vs gym/lib/gym/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, Gym::DESCRIPTION
program :help, "Author", "Felix Krause <gym@krausefx.com>"
program :help, "Website", "https://fastlane.tools"
program :help, "Documentation", "https://docs.fastlane.tools/actions/gym/"
- program :help_formatter, :compact
+ program :help_formatter, FastlaneCore::HelpFormatter
global_option("--verbose") { FastlaneCore::Globals.verbose = true }
command :build do |c|
c.syntax = "fastlane gym"