Sha256: 30a3e897b8dae4964c4b4075ca83fda7a5a51ebc54855a2cc44c24914b7cfce1

Contents?: true

Size: 392 Bytes

Versions: 8

Compression:

Stored size: 392 Bytes

Contents

#!/usr/bin/env ruby

require "asciidoctor/cli"
require "asciidoctor/rfc/v3/converter"
# require "asciidoctor-bibliography"

options = Asciidoctor::Cli::Options.new backend: "rfc3", header_footer: true
# FIXME This is a really bizarre API. Please make me simpler.

exit 0 if options.parse!(ARGV) == 0

invoker = Asciidoctor::Cli::Invoker.new options
GC.start
invoker.invoke!
exit invoker.code

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciidoctor-rfc-0.9.2 bin/asciidoctor-rfc3
asciidoctor-rfc-0.9.1 bin/asciidoctor-rfc3
asciidoctor-rfc-0.9.0 bin/asciidoctor-rfc3
asciidoctor-rfc-0.8.5 bin/asciidoctor-rfc3
asciidoctor-rfc-0.8.3 bin/asciidoctor-rfc3
asciidoctor-rfc-0.8.2 bin/asciidoctor-rfc3
asciidoctor-rfc-0.8.0 bin/asciidoctor-rfc3
asciidoctor-rfc-0.2.0 bin/asciidoctor-rfc3