Method: Fastlane::CLIToolsDistributor.running_help_command?

Defined in:
fastlane/lib/fastlane/cli_tools_distributor.rb

.running_help_command?Boolean

Returns:



11
12
13
# File 'fastlane/lib/fastlane/cli_tools_distributor.rb', line 11

def running_help_command?
  ARGV.include?('-h') || ARGV.include?('--help')
end