diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-18 16:20:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-02-18 17:23:24 +0300 |
commit | 24adee85717a9bc61013b6b12fd81135d856d33d (patch) | |
tree | c1c5638eea4d5edf42ac961823d069cca747b15a /libbuild2/script/builtin.cli | |
parent | 2835794b28d482b1e391dc85f79dfa91f9e63d3e (diff) |
Factor out common CLI types (scanners, etc)
Diffstat (limited to 'libbuild2/script/builtin.cli')
-rw-r--r-- | libbuild2/script/builtin.cli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/script/builtin.cli b/libbuild2/script/builtin.cli index 1e3fb45..6f2143a 100644 --- a/libbuild2/script/builtin.cli +++ b/libbuild2/script/builtin.cli @@ -3,6 +3,8 @@ include <libbuild2/types.hxx>; +include <libbuild2/common.cli>; + // Note that options in this file are undocumented because we generate neither // the usage printing code nor man pages. Instead, they are documented in the // Testscript Language Manual's builtin descriptions. |