You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing #865 it was possible to read input from stdin and write the output to stdout or a file by running it with asciidoctorj -..
However, at some point a regression was introduced that resulted in still reading input from stdin and writing to stdout, but after that AsciidoctorJ still tries to interpret - as a file name and then writes an exception to stderr.
The text was updated successfully, but these errors were encountered:
robertpanzer
added a commit
to robertpanzer/asciidoctorj
that referenced
this issue
Aug 20, 2022
After fixing #865 it was possible to read input from stdin and write the output to stdout or a file by running it with
asciidoctorj -
..However, at some point a regression was introduced that resulted in still reading input from stdin and writing to stdout, but after that AsciidoctorJ still tries to interpret
-
as a file name and then writes an exception to stderr.The text was updated successfully, but these errors were encountered: