Method: Fastlane::FastFile#action_launched
- Defined in:
- fastlane/lib/fastlane/fast_file.rb
#action_launched(action_name) ⇒ Object
459 460 461 462 463 464 |
# File 'fastlane/lib/fastlane/fast_file.rb', line 459 def action_launched(action_name) action_launch_context = FastlaneCore::ActionLaunchContext.context_for_action_name(action_name, fastlane_client_language: :ruby, args: ARGV) FastlaneCore.session.action_launched(launch_context: action_launch_context) end |