Sha256: 5cc1e84721ba6257972805a5a57204417aa4384a5ba2f687082faaa916d0da6d
Contents?: true
Size: 390 Bytes
Versions: 4
Compression:
Stored size: 390 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true unless File.exist?("./Rakefile") || File.exist?("./Gemfile") abort "Please run annotaterb from the root of the project." end begin require "bundler" Bundler.setup rescue end $LOAD_PATH.unshift("#{__dir__}/../lib") require "annotate_rb" _exit_status = ::AnnotateRb::Runner.run(ARGV) # TODO: Return exit status # exit exit_status
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
annotaterb-4.4.0 | exe/annotaterb |
annotaterb-4.3.1 | exe/annotaterb |
annotaterb-4.3.0 | exe/annotaterb |
annotaterb-4.2.0 | exe/annotaterb |