Sha256: 542cb607c80f199bda77014b5167550725219ab66bf39c7ce282e56533c5a52b

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

#!/usr/bin/env ruby

if ENV['FIG_COVERAGE']
  require File.expand_path(
    File.join(
      File.dirname(__FILE__), %w< .. lib fig command coveragesupport.rb >
    )
  )
end

$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), %w< .. lib > ))

require 'rubygems'

require 'fig/command'

# Identical to regular fig, but doesn't use exception handling so you can see
# stack traces.
exit Fig::Command.new.run_fig ARGV

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fig-0.1.65 bin/fig-debug
fig-0.1.64 bin/fig-debug