From 6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 13:58:20 +0200 Subject: Add --option-{prefix,separator} options --- cli/options.cli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 3fe6fa8..e2549fa 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -23,6 +23,9 @@ class options std::string --ixx-suffix = ".ixx"; std::string --cxx-suffix = ".cxx"; + std::string --option-prefix = "-"; + std::string --option-separator = "--"; + bool --include-with-brackets; std::string --include-prefix; std::string --guard-prefix; -- cgit v1.1