Sha256: fb4ddfa811e54a800425c1016be07f2b30740c249f1f435c96d6c23951fbc2cb

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

#!/usr/bin/env ruby

require 'reap/application'

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

Generate Rdoc documentation. Settings are the same as the rdoc
command options, with two exceptions: +output+ for +op+ and
+inline+ for +inline-source+.

The rdoc command can also be configured to generate multiple
documentation sets. (To be continued...)
END

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reap-9.4.0 bin/reap-doc-rdoc