summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-23 12:22:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-23 12:22:19 +0200
commit7e9cb673ccfc77c5871292aa5491fc2c2dc2a663 (patch)
treeccb92fe421c895525be3a5c82429db8ea984775a /cli/options.ixx
parentccd0499c10b1ebf075bc251c4827ab79a6975165 (diff)
Add --include-base-last option
Diffstat (limited to 'cli/options.ixx')
-rw-r--r--cli/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/options.ixx b/cli/options.ixx
index 447fe18..9759dd2 100644
--- a/cli/options.ixx
+++ b/cli/options.ixx
@@ -383,6 +383,12 @@ exclude_base () const
return this->exclude_base_;
}
+inline const bool& options::
+include_base_last () const
+{
+ return this->include_base_last_;
+}
+
inline const std::vector<std::string>& options::
class_ () const
{