You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/vendor/bundle/ruby/4.0.0/gems/annotaterb-4.22.0/exe/annotaterb

22 lines
388 B

#!/usr/bin/env ruby
# frozen_string_literal: true
if !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