Sha256: c97494481b5c6413b8a2d5ad9d49257a8900927d8ff8d3ba3e55d0cbda181b07

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby

require 'reap/application'

HELP = <<-END
Usage: #{File.basename($0)} [options]

Tag the project via a supported source control manager
(currently only SVN is supported).
END

if ARGV.include?('--help')
  puts HELP
else
  app = Reap::Application.new
  app.scm_tag
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-9.4.0 bin/reap-scm-tag