Sha256: 1cd916cbaad4182916f1b5054c9ecc0b8e0ead17f16af932fe44025c647fcbb1
Contents?: true
Size: 300 Bytes
Versions: 6
Compression:
Stored size: 300 Bytes
Contents
#!/usr/bin/env ruby require 'optparse' require_relative '../lib/fusuma' option = {} OptionParser.new do |opt| opt.on('-v', '--verbose', 'shows details about the results of running fusuma') do |v| option[:verbose] = v end opt.parse!(ARGV) end Fusuma::Runner.run(option)
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
fusuma-0.2.5 | exe/fusuma |
fusuma-0.2.3 | exe/fusuma |
fusuma-0.2.2 | exe/fusuma |
fusuma-0.2.0 | exe/fusuma |
fusuma-0.1.9 | exe/fusuma |
fusuma-0.1.8 | exe/fusuma |