Sha256: a906d728ffc7c80b68918ac0a4d509a416c6fb2e8a9144add73dabbfd2c87e58
Contents?: true
Size: 561 Bytes
Versions: 33
Compression:
Stored size: 561 Bytes
Contents
#!/usr/bin/env ruby require 'dotenv' Dotenv.load require 'commander/import' require 'terminal-table' $:.push File.expand_path("../../lib", __FILE__) require 'shenzhen' HighLine.track_eof = false # Fix for built-in Ruby program :version, Shenzhen::VERSION program :description, 'Build and distribute iOS apps (.ipa files)' program :help, 'Author', 'Mattt Thompson <m@mattt.me>' program :help, 'Website', 'http://mattt.me' program :help_formatter, :compact global_option('--verbose') { $verbose = true } default_command :help require 'shenzhen/commands'
Version data entries
33 entries across 33 versions & 3 rubygems