Sha256: 9f69ce6f5f0564762f763ede32f467ea5382121b2869e825e7130de742e259f5
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
#!/usr/bin/env ruby require 'bundler/setup' require 'lopata/runner' # use default command with arguments if given command is unknown. argv = ARGV.dup unless Lopata::Runner.all_commands.keys.map(&:to_s).include? argv.first argv.unshift 'test' end Lopata::Runner.start argv
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lopata-0.1.13 | exe/lopata |
lopata-0.1.12 | exe/lopata |
lopata-0.1.11 | exe/lopata |
lopata-0.1.10 | exe/lopata |
lopata-0.1.9 | exe/lopata |