Sha256: 56e880d6fec233d366ff7bb294af50c4062ff842a4972c8aee43f935fc984c60
Contents?: true
Size: 497 Bytes
Versions: 55
Compression:
Stored size: 497 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require "fastlane/cli_tools_distributor" if Fastlane::CLIToolsDistributor.running_version_command? # This will print out the fastlane binary path right above the # version number. Very often, users are not aware they have # e.g. bundled fastlane installed puts "fastlane installation at path:" puts File.expand_path(__FILE__) puts "-----------------------------" end Fastlane::CLIToolsDistributor.take_off
Version data entries
55 entries across 55 versions & 1 rubygems