From df5e58e6e5eb2727a185bf9a98a462c18fa3a83d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Mar 2018 18:06:26 +0200 Subject: Setup project database infrastructure --- bdep/project.cli | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index 7b6af76..f080917 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -9,10 +9,28 @@ include ; namespace bdep { // Common options for commands that operate on project/packages (prj-spec - // and pkg-spec). + // and pkg-spec) and configurations (cfg-spec). // class project_options: common_options { + dir_paths --config|-c + { + "", + "Specify the build configuration to use as a directory." + } + + bool --all|-a + { + "Use all build configurations." + } + + // Storage for configuration names specified as @. + // + // Note that we leave it undocumented so that it's not mentioned in + // documentation. + // + strings --config-name; + dir_paths --directory|-d { "", -- cgit v1.1