summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 13:58:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 13:58:20 +0200
commit6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 (patch)
tree6b5162001fa2c8d71d81542b55b9da00c27da4e8 /cli/context.hxx
parent8ed3cbc6f7a99713e6ea581c95e5a991ef829979 (diff)
Add --option-{prefix,separator} options
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index f57ac7f..37864af 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -35,7 +35,9 @@ public:
semantics::cli_unit& unit;
options_type const& options;
- string& inl;
+ string const& inl;
+ string const& opt_prefix;
+ string const& opt_sep;
typedef std::map<string, string> reserved_name_map_type;
reserved_name_map_type const& reserved_name_map;