diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 13:58:20 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 13:58:20 +0200 |
| commit | 6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 (patch) | |
| tree | 6b5162001fa2c8d71d81542b55b9da00c27da4e8 /cli/options.cli | |
| parent | 8ed3cbc6f7a99713e6ea581c95e5a991ef829979 (diff) | |
| download | cli-6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65.tar.gz cli-6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65.tar.xz cli-6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65.zip | |
Add --option-{prefix,separator} options
Diffstat (limited to 'cli/options.cli')
| -rw-r--r-- | cli/options.cli | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
