From 07ab59a93f9447d5489743e8d7e19b6adb5ebbf1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Jul 2021 20:55:15 +0300 Subject: Add support for configuration type and bdep-config-link sub-command --- bdep/project.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bdep/project.cli') 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" + { + "", + "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." -- cgit v1.1