aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/init.hxx')
-rw-r--r--build2/cli/init.hxx26
1 files changed, 9 insertions, 17 deletions
diff --git a/build2/cli/init.hxx b/build2/cli/init.hxx
index 341dc11..4bb7d0d 100644
--- a/build2/cli/init.hxx
+++ b/build2/cli/init.hxx
@@ -14,23 +14,15 @@ namespace build2
{
namespace cli
{
- bool
- config_init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
-
- bool
- init (scope&,
- scope&,
- const location&,
- unique_ptr<module_base>&,
- bool,
- bool,
- const variable_map&);
+ // Module `cli` does not require bootstrapping.
+ //
+ // Submodules:
+ //
+ // `cli.config` -- registers variables.
+ // `cli` -- loads cli.config and registers target types and rules.
+ //
+ extern "C" const module_functions*
+ build2_cli_load ();
}
}