Sha256: 26dedebb8208b086ec8f2af41313430aa3136ffc2e4d5040e568fa36392ea554

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

#!/usr/bin/env ruby

$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.
return_code = Fig::Command.new.run_fig(ARGV)
exit return_code

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fig-0.1.62 bin/fig-debug
fig-0.1.61 bin/fig-debug
fig-0.1.59 bin/fig-debug