Sha256: 776e149d2bfcea6b52be491c5f1cf5a51688b147f92f0d825133ae6c2b538b62
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Verify syntax of ruby scripts. This takes one option: scripts files is check The scripts option is a glob or list of globs of the scripts to check. By default this is all scripts in the libpath(s). END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.check_syntax end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-check-syntax |