aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:06:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-14 16:06:18 +0200
commit61cdde35094fc655eac2e6968b465f217e91d0ac (patch)
tree876719f9c98b51ca4503d9cc906f82c8e1dd1a70 /bdep/project.cli
parenta2e7f2beb522d9c7cda01ecfcb552d8e0c46b088 (diff)
Add --wipe option to configuration creating commands
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli6
1 files changed, 6 insertions, 0 deletions
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 @<cfg-name>.