Sha256: 89629bbe7edb6d329a76ae57d64c6af48c7d0804287b54fd09b06dcd14c42ee7
Contents?: true
Size: 379 Bytes
Versions: 46
Compression:
Stored size: 379 Bytes
Contents
#!/usr/bin/env ruby # If installed as a gem, this won't do anything, however if we are # working from the source, this will ensure our lib path is searched # for require and include calls. git_path = File.expand_path('../../.git', __FILE__) if File.exist?(git_path) $:.unshift File.expand_path('../../lib', __FILE__) end require 'incline/cli' Incline::CLI.new.execute(*ARGV)
Version data entries
46 entries across 46 versions & 1 rubygems