Sha256: adf37dc0fd4b21d559b25e9ab52a1ef950fa001e06f9bafe14f9393544f8d9ae
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require "pilot" require "pilot/commands_generator" require 'colored' require 'shellwords' tool_name = "pilot" full_params = ARGV.shelljoin puts "[WARNING] You are calling #{tool_name} directly. Usage of the tool name without the `fastlane` prefix is deprecated in fastlane 2.0".yellow puts "Please update your scripts to use `fastlane #{tool_name} #{full_params}` instead.".yellow Pilot::CommandsGenerator.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pilot-2.0.0 | bin/pilot |