Sha256: ad80f18c6f7c5fdeb1655c11ba4a78e0b84ebe9fca84bb122d91fc56e37f3527
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
#!/usr/bin/env ruby STDOUT.sync = true $LOAD_PATH.unshift File.join(File.dirname(__FILE__), *%w(.. lib)) trap("SIGINT") { exit! } require 'genebrand' require 'mercenary' Mercenary.program(:genebrand) do |p| p.version Genebrand::VERSION p.description 'Genebrand is a small brands generator' p.syntax 'genebrand <subcommand> [options]' Genebrand::Command.subclasses.each { |c| c.load_command(p) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
genebrand-0.2.0 | exe/genebrand |