Skip to content

Commit

Permalink
cli: Output to standard output if output not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontone committed Oct 20, 2022
1 parent a0fddba commit 6f035ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.lisp
Expand Up @@ -139,7 +139,7 @@ The command line is implemented via the @emph{com.dvl.clon} library.
(if (null files)
(format t "Error: provide the files to process~%")
(let ((erudite::*latex-highlight-syntax* highlight-syntax))
(erudite:erudite output files
(erudite:erudite (or output t) files
:debug debug
:verbose verbose
:implicit-doc implicit-doc
Expand Down

0 comments on commit 6f035ce

Please sign in to comment.