asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
617 stars 172 forks source link

-s CLI option should be changed to -e to align with Asciidoctor #1237

Closed mojavelinux closed 8 months ago

mojavelinux commented 8 months ago

In Asciidoctor 2.0.0, the -s CLI option was changed to -e. As -e was previously used to specify the eRuby implementation, it's now necessary to use the long option name instead.

See https://github.com/asciidoctor/asciidoctor/issues/1444