Sha256: 9536e5153255c167334536bcc710fd6e7c109efa8a2cd14431d1aa32e3699f33
Contents?: true
Size: 282 Bytes
Versions: 16
Compression:
Stored size: 282 Bytes
Contents
#!/usr/bin/env ruby require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) require 'dashing/cli' require 'dashing/downloader' Dashing::CLI.source_root(File.expand_path('../../templates', bin_file)) Dashing::CLI.start(ARGV)
Version data entries
16 entries across 16 versions & 4 rubygems