aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.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/project.cli
parent8da242097fcaec5f3676f8d2296b639879825ddd (diff)
Add support for configuration type and bdep-config-link sub-command
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/bdep/project.cli b/bdep/project.cli
index 1b6c7aa..17ef72e 100644
--- a/bdep/project.cli
+++ b/bdep/project.cli
@@ -11,6 +11,14 @@ namespace bdep
//
class configuration_add_options
{
+ string --config-type = "target"
+ {
+ "<type>",
+ "The type of the configuration being created. By default, configuration
+ of type \cb{target} is created. See \l{bpkg-cfg-create(1)} for
+ background on configuration types."
+ }
+
bool --default
{
"Make the added or created configuration the default."