asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.

Home Page:https://docs.asciidoctor.org/pdf-converter/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`--help` command line argument

opened this issue · comments

Although asciidoctor-pdf it's fairly simple to use, I don't like the error I get when I run asciidoctor-pdf --help xD.

The plan is to integrate this converter as a proper Asciidoctor backend, in which case you'd use the asciidoctor command to invoke it. If we do decide to keep the asciidoctor-pdf command, we need to switch to using a proper CLI framework, at which point we'd surely add a --help flag.

This will be resolved by #32.