Skip to content

Commit

Permalink
Add missing CLI options --deliverable & --theme
Browse files Browse the repository at this point in the history
Per #533.

Signed-off-by: Roger Sheen <[email protected]>
  • Loading branch information
infotexture committed Feb 8, 2024
1 parent 3420746 commit 29d32af
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
12 changes: 11 additions & 1 deletion parameters/dita-command-arguments.dita
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
<parmname>--project</parmname>=<varname>file</varname>
</pt>
<pd>Publish a project file with multiple deliverables.</pd>
<pd>You can add the <parmname>--deliverable</parmname> option to specify a single deliverable in the
project.</pd>
<pd>For more information, see
<xref keyref="using-project-files"/>.</pd>
</plentry>
Expand Down Expand Up @@ -439,7 +441,15 @@
<pd>The temporary directory is where DITA-OT writes intermediate files that are generated during the
transformation process.</pd>
</plentry>
<plentry>
<plentry id="theme">
<pt>
<parmname>--theme</parmname>=<varname>file</varname>
</pt>
<pd>Publish PDF output with a theme configuration file.</pd>
<pd>For more information, see
<xref keyref="pdf-themes"/>.</pd>
</plentry>
<plentry id="verbose">
<pt>
<parmname>--verbose</parmname></pt>
<pt>
Expand Down
5 changes: 5 additions & 0 deletions release-notes/index.dita
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
<xref href="https://github.com/dita-ot/dita-ot/issues/4369" format="html" scope="external">#4369</xref>,
<xref href="https://github.com/dita-ot/dita-ot/issues/4381" format="html" scope="external">#4381</xref>
</li>
<li id="4386">The missing <parmname>--deliverable</parmname> option has been added to the CLI
<cmdname>help</cmdname> output. This option can be used to publish a single deliverable in the specified
project.
<xref href="https://github.com/dita-ot/dita-ot/issues/4386" format="html" scope="external">#4386</xref>
</li>
</ul>
</section>

Expand Down

0 comments on commit 29d32af

Please sign in to comment.