aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-create.cli')
-rw-r--r--bpkg/cfg-create.cli10
1 files changed, 10 insertions, 0 deletions
diff --git a/bpkg/cfg-create.cli b/bpkg/cfg-create.cli
index 510f477..c01c039 100644
--- a/bpkg/cfg-create.cli
+++ b/bpkg/cfg-create.cli
@@ -33,6 +33,16 @@ namespace bpkg
\
bpkg create cxx config.cxx=clang++ config.install.root=/usr/local
\
+
+ By default, \cb{bpkg} appends \cb{.config} to the names of the modules
+ that you specify so that only their configurations are loaded. You can
+ override this behavior by appending the period (\cb{.}) after the module
+ name. You can also instruct \cb{bpkg} to use the optional module load by
+ prefixing the module name with the question mark (\cb{?}). For example:
+
+ \
+ bpkg create cxx. \"?cli\"
+ \
"
}