From 74fff9901d9529cdde4ed42254aa21afe466ac3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Mar 2018 13:00:05 +0200 Subject: Add --keep-separator option --- cli/options.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cli/options.hxx') diff --git a/cli/options.hxx b/cli/options.hxx index a2998d8..a4242bc 100644 --- a/cli/options.hxx +++ b/cli/options.hxx @@ -1320,6 +1320,15 @@ class options option_separator_specified (bool); const bool& + keep_separator () const; + + bool& + keep_separator (); + + void + keep_separator (const bool&); + + const bool& include_with_brackets () const; bool& @@ -1524,6 +1533,7 @@ class options bool option_prefix_specified_; std::string option_separator_; bool option_separator_specified_; + bool keep_separator_; bool include_with_brackets_; std::string include_prefix_; bool include_prefix_specified_; -- cgit v1.1