summaryrefslogtreecommitdiff
path: root/cli/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cli')
-rw-r--r--cli/options.cli7
1 files changed, 6 insertions, 1 deletions
diff --git a/cli/options.cli b/cli/options.cli
index 3b78646..2ef8738 100644
--- a/cli/options.cli
+++ b/cli/options.cli
@@ -14,6 +14,11 @@ class options
{
bool --help;
bool --version;
- std::string --output-dir;
+
bool --suppress-inline;
+
+ std::string --output-dir;
+ std::string --hxx-suffix = ".hxx";
+ std::string --ixx-suffix = ".ixx";
+ std::string --cxx-suffix = ".cxx";
};