Sha256: 92d501abcfbf209237bb8631404015b37e4832c48c2fac6924af7aa2839103a4

Contents?: true

Size: 392 Bytes

Versions: 8

Compression:

Stored size: 392 Bytes

Contents

#!/usr/bin/env ruby

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

options = Asciidoctor::Cli::Options.new backend: "rfc2", 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-rfc2
asciidoctor-rfc-0.9.1 bin/asciidoctor-rfc2
asciidoctor-rfc-0.9.0 bin/asciidoctor-rfc2
asciidoctor-rfc-0.8.5 bin/asciidoctor-rfc2
asciidoctor-rfc-0.8.3 bin/asciidoctor-rfc2
asciidoctor-rfc-0.8.2 bin/asciidoctor-rfc2
asciidoctor-rfc-0.8.0 bin/asciidoctor-rfc2
asciidoctor-rfc-0.2.0 bin/asciidoctor-rfc2