Sha256: 121eb737a1577a24434d9f4c87f4864377593a6df81a8a54316b19751d439f36
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
#!/usr/bin/env ruby require 'forgitter' require 'forgitter/cli' option_parser = Forgitter::CLI::OptionParser.new options = option_parser.parse(ARGV) unless ARGV.empty? options[:types] = [] options[:types] << ARGV.pop until ARGV.empty? end runner = Forgitter::Runner.new(options) runner.run
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forgitter-0.0.2 | bin/forgitter |
forgitter-0.0.1 | bin/forgitter |