Sha256: db977f67e32c75cd929786d12216fc1d6306edc737a327aa20f789f98e7d81b5

Contents?: true

Size: 215 Bytes

Versions: 44

Compression:

Stored size: 215 Bytes

Contents

#!/usr/bin/env ruby

$: << File.dirname(__FILE__) + '/../lib'

require 'rubygems'
require 'awestruct/cli/invoker'

invoker = Awestruct::CLI::Invoker.new( ARGV )
invoker.invoke!

invoker.success ? exit(0) : exit(-1)

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
awestruct-0.6.7 bin/awestruct
awestruct-0.6.6 bin/awestruct
awestruct-0.6.5 bin/awestruct
awestruct-0.6.4 bin/awestruct
awestruct-0.6.3 bin/awestruct
awestruct-0.6.2 bin/awestruct
awestruct-0.6.1 bin/awestruct
awestruct-0.6.0 bin/awestruct
awestruct-0.6.0.RC1 bin/awestruct
awestruct-0.6.0.alpha4 bin/awestruct
awestruct-0.6.0.alpha3 bin/awestruct
awestruct-0.6.0.alpha1 bin/awestruct
awestruct-0.5.7 bin/awestruct
awestruct-0.5.7.RC2 bin/awestruct
awestruct-0.5.7.RC1 bin/awestruct
awestruct-0.5.6 bin/awestruct
awestruct-0.5.6.beta9 bin/awestruct
awestruct-0.5.6.beta8 bin/awestruct
awestruct-0.5.6.beta7 bin/awestruct
awestruct-0.5.6.beta6 bin/awestruct