Sha256: 8575ec4ee8b99e7860bef2d9c75ea6a556256f8b7130bf113450777d34e38e34
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
#!/bin/ruby require 'bundler/setup' require 'henry' require 'trollop' opts = Trollop::options do version "herny-ruby-container #{Henry::Container::VERSION} - 2012 John Henry Eden" banner <<-BANNER The Ruby Container for Henry. Usage: execute [options] where [options] are: BANNER opt :out, "Custom name for the results file.", :default => 'out.henry' opt :"out-dir", "Custom dir path where the results will be written", :default => './' opt :in, "Custom name for the input file.", :default => 'in.henry' opt :"in-dir", "Custom dir path where the input will be read from.", :default => './' end Henry::Container.new(opts).execute
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
henry-container-0.0.13 | bin/henry-ruby-container |