Skip to content

Commit

Permalink
CLI based file conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Oct 16, 2023
1 parent 5655e2c commit 5b4d975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/kodedu/boot/CmdlineConfig.java
Expand Up @@ -16,7 +16,7 @@ public class CmdlineConfig {
@CmdOption(names = {"--workdir", "-w"}, args = "DIRECTORY", description = "Working directory to use when generating opened files views")
String workingDirectory = null;

@CmdOption(names = {"--backend", "-b"}, args = "BACKEND", description = "Defines output format: pdf, html, docbook")
@CmdOption(names = {"--backend", "-b"}, args = "BACKEND", description = "Defines output format: pdf, html, docbook, epub")
String backend = null;

@CmdOption(names = {"--headless", "-H"}, description = "Selects to start AsciidocFX in headless mode")
Expand Down

0 comments on commit 5b4d975

Please sign in to comment.