aboutsummaryrefslogtreecommitdiff
path: root/build2/b-options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-28 16:49:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:36 +0200
commit1306e78c9852e150e133230a1f07eebb8b08c2a9 (patch)
tree855cb7d3ad3cbf130a828aebf36db3e589148999 /build2/b-options.ixx
parent096c98c77269a3e7ad151dd7788e9d96f8f8267d (diff)
Add --no-line, --no-column options
Diffstat (limited to 'build2/b-options.ixx')
-rw-r--r--build2/b-options.ixx12
1 files changed, 12 insertions, 0 deletions
diff --git a/build2/b-options.ixx b/build2/b-options.ixx
index 3b799cb..fb9b10e 100644
--- a/build2/b-options.ixx
+++ b/build2/b-options.ixx
@@ -246,6 +246,18 @@ namespace build2
return this->verbose_specified_;
}
+ inline const bool& options::
+ no_column () const
+ {
+ return this->no_column_;
+ }
+
+ inline const bool& options::
+ no_line () const
+ {
+ return this->no_line_;
+ }
+
inline const path& options::
buildfile () const
{