Sha256: b813286719d5bb16476581a058441c1d2db83afd8052460a2deef37ed13173d7

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

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

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

Gym::CommandsGenerator.start

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
gym-2.0.0 bin/gym
gym-2.0.0 bin/💪