#!/usr/bin/env ruby require_relative '../lib/fusuma' options = ARGV.getopts('hv') Fusuma::Runner.run(v: options['v'], h: options['h'])