Sha256: aa8bc4dec083913f52216510ec99e0cfe70c8af3c10c1d6a5e569898d41501ed

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 Bytes

Contents

#!/usr/bin/env ruby

if File.exist?(File.expand_path("../.git", __dir__))
  lib = File.expand_path("../lib", __dir__)

  if !$LOAD_PATH.include?(lib)
    $LOAD_PATH.unshift(lib)
  end
end

require "ahnnotate"
require "ahnnotate/cli"

Ahnnotate::Cli.new(name: File.basename(__FILE__)).run(ARGV)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ahnnotate-0.5.1 exe/ahnnotate
ahnnotate-0.5.0 exe/ahnnotate
ahnnotate-0.4.0 exe/ahnnotate
ahnnotate-0.3.0 exe/ahnnotate
ahnnotate-0.2.0 exe/ahnnotate