Sha256: c986255283a5b6b1c855c0aaaed3beab348718330121e75f3e01c03b1e59f874

Contents?: true

Size: 431 Bytes

Versions: 10

Compression:

Stored size: 431 Bytes

Contents

#!/usr/bin/env ruby

if ENV['FIG_COVERAGE']
  require File.expand_path(
    File.join(
      File.dirname(__FILE__), %w< .. lib fig command coverage_support.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

10 entries across 10 versions & 1 rubygems

Version Path
fig-0.2.1 bin/fig-debug
fig-0.1.81 bin/fig-debug
fig-0.1.79 bin/fig-debug
fig-0.1.77 bin/fig-debug
fig-0.1.76 bin/fig-debug
fig-0.1.75 bin/fig-debug
fig-0.1.73 bin/fig-debug
fig-0.1.71 bin/fig-debug
fig-0.1.69 bin/fig-debug
fig-0.1.67 bin/fig-debug