From dca38b27afc25d329fd7a7241095b40e2a1ecae2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 27 Jul 2019 11:38:53 +0200 Subject: Add support for option merging (--generate-merge) --- cli/context.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cli/context.hxx') 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; -- cgit v1.1