pilot/lib/pilot/commands_generator.rb in fastlane-2.181.0 vs pilot/lib/pilot/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 'tester_importer'
require_relative 'tester_exporter'
require_relative 'tester_manager'
require_relative 'build_manager'
@@ -49,10 +50,10 @@
program :version, Fastlane::VERSION
program :description, Pilot::DESCRIPTION
program :help, "Author", "Felix Krause <pilot@krausefx.com>"
program :help, "Website", "https://fastlane.tools"
program :help, "Documentation", "https://docs.fastlane.tools/actions/pilot/"
- program :help_formatter, :compact
+ program :help_formatter, FastlaneCore::HelpFormatter
global_option("--verbose") { FastlaneCore::Globals.verbose = true }
command :upload do |c|
c.syntax = "fastlane pilot upload"