summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index a076c17..14cdb7c 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -83,9 +83,11 @@ public:
output_type ot;
- bool modifier;
- bool specifier;
- usage_type usage;
+ bool gen_modifier;
+ bool gen_specifier;
+ bool gen_parse;
+ bool gen_merge;
+ usage_type gen_usage;
string const& inl;
string const& opt_prefix;