Sha256: 682327974705c304b4033df5efb463bccbb5050fb49e275949d566699c9064aa

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

#!/usr/bin/env ruby
$:.push File.expand_path("../../lib", __FILE__)

require 'sigh'
require 'sigh/commands_generator'
require 'colored'
require 'shellwords'
tool_name = "sigh"
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

Sigh::CommandsGenerator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sigh-2.0.1 bin/sigh