Sha256: 259b2d315315f7ab48b68cfcd81faf8df50f42be5e10510cda5dcd59d0a5fab4
Contents?: true
Size: 285 Bytes
Versions: 6
Compression:
Stored size: 285 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require_relative '../lib/lopata/runner' # use default command with arguments if given command is unknown. argv = ARGV.dup unless Lopata::Runner.all_commands.keys.include? argv argv.unshift 'test' end Lopata::Runner.start argv
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
lopata-0.1.5 | exe/lopata |
lopata-0.1.4 | exe/lopata |
lopata-0.1.3 | exe/lopata |
lopata-0.1.2 | exe/lopata |
lopata-0.1.1 | exe/lopata |
lopata-0.1.0 | exe/lopata |