aboutsummaryrefslogtreecommitdiff
path: root/bdep/projects-configs.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-09 20:55:15 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-20 17:08:09 +0300
commit07ab59a93f9447d5489743e8d7e19b6adb5ebbf1 (patch)
treeaa202b26e7ac2b3b6477855e250ab0464301fd2d /bdep/projects-configs.cli
parent8da242097fcaec5f3676f8d2296b639879825ddd (diff)
Add support for configuration type and bdep-config-link sub-command
Diffstat (limited to 'bdep/projects-configs.cli')
-rw-r--r--bdep/projects-configs.cli11
1 files changed, 6 insertions, 5 deletions
diff --git a/bdep/projects-configs.cli b/bdep/projects-configs.cli
index 72b9736..a5c5808 100644
--- a/bdep/projects-configs.cli
+++ b/bdep/projects-configs.cli
@@ -58,11 +58,12 @@ include <bdep/common-options.hxx>;
\cb{packages.manifest}).
A project managed by \cb{bdep} has one or more associated build
- configurations (see \l{bdep-config(1)} for details). One of these
- configurations can be designated as the default and used if no configuration
- is specified explicitly. So, for example, running \cb{status} without any
- arguments in the project directory will show the status of all the project
- packages initialized in the default configuration.
+ configurations (see \l{bdep-config(1)} for details). Some of these
+ configurations, one per the configuration type, can be designated as default
+ and used if no configuration is specified explicitly. So, for example,
+ running \cb{status} without any arguments in the project directory will show
+ the status of all the project packages initialized in the default
+ configurations.
An associated build configuration can be assigned a name in which case we
can specify it using the \c{\b{@}\i{cfg-name}} notation. For example: