summaryrefslogtreecommitdiff
path: root/cli/options.ixx
diff options
context:
space:
mode:
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
{