From 29d32af6bad04f0eca46739eed525cf836310d4d Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Thu, 8 Feb 2024 01:02:15 +0100 Subject: [PATCH] Add missing CLI options --deliverable & --theme Per #533. Signed-off-by: Roger Sheen --- parameters/dita-command-arguments.dita | 12 +++++++++++- release-notes/index.dita | 5 +++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/parameters/dita-command-arguments.dita b/parameters/dita-command-arguments.dita index c148ae9d..89493710 100644 --- a/parameters/dita-command-arguments.dita +++ b/parameters/dita-command-arguments.dita @@ -155,6 +155,8 @@ --project=file Publish a project file with multiple deliverables. + You can add the --deliverable option to specify a single deliverable in the + project. For more information, see . @@ -439,7 +441,15 @@ The temporary directory is where DITA-OT writes intermediate files that are generated during the transformation process. - + + + --theme=file + + Publish PDF output with a theme configuration file. + For more information, see + . + + --verbose diff --git a/release-notes/index.dita b/release-notes/index.dita index c0cd719b..47b1c17f 100644 --- a/release-notes/index.dita +++ b/release-notes/index.dita @@ -308,6 +308,11 @@ #4369, #4381 +
  • The missing --deliverable option has been added to the CLI + help output. This option can be used to publish a single deliverable in the specified + project. + #4386 +