Sha256: a3429c6f079cb65a1c72916d2653cee10f62466842a172b6fe91c1d71b896090
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
#!/usr/bin/env ruby lib_path = File.dirname(__FILE__) + '/../lib' if File.exist?(lib_path) $LOAD_PATH << lib_path end require 'warp/dir' require 'warp/dir/app/cli' response = Warp::Dir::App::CLI.new(ARGV.dup).run response.print.exit! if response
Version data entries
9 entries across 9 versions & 1 rubygems