Sha256: 277893fbedf2761fd95463b10a393594cbfb4e248b1f33417240a9f4bc95e3a5

Contents?: true

Size: 328 Bytes

Versions: 118

Compression:

Stored size: 328 Bytes

Contents

#!/usr/bin/env ruby

require 'pathname'

$LOAD_PATH << Pathname(__dir__) + "../lib"

require 'steep'
require 'steep/cli'

begin
  exit Steep::CLI.new(argv: ARGV.dup, stdout: STDOUT, stderr: STDERR, stdin: STDIN).run
rescue => exn
  STDERR.puts exn.inspect
  exn.backtrace.each do |t|
    STDERR.puts "  #{t}"
  end
  exit 2
end

Version data entries

118 entries across 118 versions & 3 rubygems

Version Path
steep-1.10.0 exe/steep
steep-1.10.0.pre.3 exe/steep
steep-1.10.0.pre.2 exe/steep
steep-1.10.0.pre.1 exe/steep
steep-1.10.0.dev.1 exe/steep
steep-relaxed-1.9.4.3 exe/steep
steep-relaxed-1.9.3.3 exe/steep
steep-activesupport-4-1.9.4 exe/steep
steep-activesupport-4-1.9.3.1 exe/steep
steep-1.9.4 exe/steep
steep-activesupport-4-1.9.3 exe/steep
steep-1.9.3 exe/steep
steep-1.9.2 exe/steep
steep-1.9.1 exe/steep
steep-1.9.0 exe/steep
steep-1.9.0.dev.2 exe/steep
steep-1.9.0.dev.1 exe/steep
steep-1.8.3 exe/steep
steep-1.8.2 exe/steep
steep-1.8.1 exe/steep