class FastlaneCore::HelpFormatter
Public Instance Methods
Source
# File fastlane_core/lib/fastlane_core/ui/help_formatter.rb, line 5 def template(name) # fastlane only customizes the global command help return super unless name == :help ERB.new(File.read(File.join(File.dirname(__FILE__), "help.erb")), trim_mode: '-') end
Calls superclass method