Sha256: 6a92a2a4b563a57f56e6a1654efc4e641cdfe41a47d20323c095e4b902f4c630
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.push File.expand_path("../../lib", __FILE__) require "scan" require "scan/commands_generator" require 'colored' require 'shellwords' tool_name = "scan" 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 Scan::CommandsGenerator.start
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scan-1.0.0 | bin/scan |