From 7d26ea59564e573b9f8a1f025f7fd5df24ee2e80 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Sep 2023 10:37:45 +0200 Subject: Add --file-list-only option This option allows only writing the list of C++ files that would be generated without actually generating them. --- xsd/xsd/options.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xsd/xsd/options.cli') diff --git a/xsd/xsd/options.cli b/xsd/xsd/options.cli index e81052a..3153be9 100644 --- a/xsd/xsd/options.cli +++ b/xsd/xsd/options.cli @@ -283,6 +283,13 @@ class options = 0 C++ files, for example, as a makefile fragment." }; + bool --file-list-only + { + "Only write the list of C++ files that would be generated without + actually generating them. This option only makes sense together with + \cb{--file-list}." + } + NarrowString --file-list-prologue { "", -- cgit v1.1