Sha256: d192bf0a6e58e8ab224d28a56c2947103e533f0319d8f7c6fc7c499b9c9be44d

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

#!/usr/bin/env ruby

require 'reap/application'

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

This command invokes the sub-log commands: log-changes and log-notes.
These commands update the automated note logs and changelog, stored
in the conventional log/ directory. The changelog is dependent on a
compataible SCM system.
END

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-9.4.0 bin/reap-log