summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:07:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-11 10:07:12 +0200
commit8eef1041c8c28a3c4c0528c072a431db2886764b (patch)
tree59e44885f9a9085415fd549e5d4393b6de8fb231 /cli/options.cli
parent67a2efeebcbbb8e6babd912e203f58b3eddfca8f (diff)
Add support for --output-{prefix,suffix} options
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 0f0d1a9..32a2794 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -364,6 +364,20 @@ class options
"Insert the content of <file> at the end of the generated HTML file."
};
+ std::string --output-prefix
+ {
+ "<prefix>",
+ "Add <prefix> at the beginning of the generated output file name(s)."
+ };
+
+ std::string --output-suffix
+ {
+ "<suffix>",
+ "Add <suffix> at the end of the generated output file name(s). Note that
+ it is added before any file type-specific suffixes; see \cb{--*-suffix}
+ below."
+ };
+
std::string --hxx-suffix = ".hxx"
{
"<suffix>",