Sha256: f09d1e7756ed99c013b6df5eececed43580186309a38fa643f815438bb05dcf3

Contents?: true

Size: 502 Bytes

Versions: 1

Compression:

Stored size: 502 Bytes

Contents

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

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

Screengrab::CommandsGenerator.start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
screengrab-1.0.0 bin/screengrab