Sha256: 0cddc667e3d36ae30b45d4c53aedff6597809e3ab2d42e4ddeef3bf06240794e
Contents?: true
Size: 294 Bytes
Versions: 10
Compression:
Stored size: 294 Bytes
Contents
#!/usr/bin/env ruby Signal.trap('INT') { exit 1 } # resolve bin path, ignoring symlinks require 'pathname' bin_file = Pathname.new(__FILE__).realpath # add self to libpath $LOAD_PATH.unshift File.expand_path("../../lib", bin_file) require "canals/cli" Canals::Cli::Application.start(ARGV)
Version data entries
10 entries across 10 versions & 1 rubygems