From 61cdde35094fc655eac2e6968b465f217e91d0ac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 14 May 2018 16:06:18 +0200 Subject: Add --wipe option to configuration creating commands --- bdep/project.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/project.cli') diff --git a/bdep/project.cli b/bdep/project.cli index e62daf2..0053c19 100644 --- a/bdep/project.cli +++ b/bdep/project.cli @@ -42,6 +42,12 @@ namespace bdep "Don't make the added or created configuration automatically synchronized." } + + bool --wipe + { + "Wipe the configuration directory clean before creating the new + configuration." + } }; // Common options for commands that accept --config-id and @. -- cgit v1.1