From 0b4fcbeae101f2a5171217f65bab9c6545e853ba Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Nov 2010 10:12:22 +0200 Subject: Add option description that can be examined at runtime. New option: --generate-description. --- cli/options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/options.ixx') diff --git a/cli/options.ixx b/cli/options.ixx index 9c9afda..f2072fe 100644 --- a/cli/options.ixx +++ b/cli/options.ixx @@ -192,6 +192,12 @@ generate_specifier () const } inline const bool& options:: +generate_description () const +{ + return this->generate_description_; +} + +inline const bool& options:: generate_file_scanner () const { return this->generate_file_scanner_; -- cgit v1.1