aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
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."