Method: Fastlane::CommandParser.handle_old_style_action_command

Defined in:
fastlane/lib/fastlane/server/command_parser.rb

.handle_old_style_action_command(command_json: nil) ⇒ Object



36
37
38
# File 'fastlane/lib/fastlane/server/command_parser.rb', line 36

def self.handle_old_style_action_command(command_json: nil)
  return ActionCommand.new(json: command_json)
end