From 49887d80b7986ba3df5306ea0aa985034fdb0444 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jun 2019 13:40:26 +0200 Subject: Add --existing|-e option to bdep-{init,new} -C and bdep-config create modes With this option bdep initializes a bpkg configuration based on an existing build system configuration instead of creating a new one. --- bdep/project.cli | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index d19847a..bcf5cd5 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -43,6 +43,17 @@ namespace bdep synchronized." } + // These two a really just convenience aliases since they can be specified + // as part of but would require `--`, for example: + // + // bdep ... -- --wipe cc config.cxx=g++ + + bool --existing|-e + { + "Initialize a \cb{bpkg} configuration based on an existing build system + configuration." + } + bool --wipe { "Wipe the configuration directory clean before creating the new -- cgit v1.1