Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--require option should be optional for "official" backend #41

Open
ggrossetie opened this issue Dec 7, 2018 · 0 comments
Open

--require option should be optional for "official" backend #41

ggrossetie opened this issue Dec 7, 2018 · 0 comments

Comments

@ggrossetie
Copy link
Member

ggrossetie commented Dec 7, 2018

For instance if the package asciidoctor-reveal.js is installed then a user could use the following command:

asciidoctorjs -b revealjs source.adoc -o dest.html

Shorthand for:

asciidoctorjs -r asciidoctor-reveal.js -b revealjs source.adoc -o dest.html

In other words, it means that the CLI knows a set of "official" backends:

  • pdf
  • revealjs
  • bespoke
  • other ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant