From eb02d377f4f10e23cc6673e9e8f048b4ecbc8492 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Aug 2021 20:31:37 +0300 Subject: Make find_configurations() to preserve configurations order on command line --- bdep/project.cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index 17ef72e..6a1c4f0 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -75,13 +75,13 @@ namespace bdep // Note that this is also used as storage for configuration names // specified as @. // - strings --config-name|-n + vector> --config-name|-n { "", "Specify the build configuration as a name." }; - vector --config-id + vector> --config-id { "", "Specify the build configuration as an id." @@ -98,7 +98,7 @@ namespace bdep "Use all build configurations." } - dir_paths --config|-c + vector> --config|-c { "", "Specify the build configuration as a directory." -- cgit v1.1