aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-23 10:42:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-23 10:42:09 +0200
commit3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed (patch)
tree0276a0ac7a34c239685751863eb7af64a2a319a7 /bdep/sync.cli
parentc0280663459c1faa5e24f73cfc682a072fd56f11 (diff)
Add sync --disfigure option to force from-scratch reconfiguration
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli16
1 files changed, 11 insertions, 5 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index c25cd7d..60254a1 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -204,6 +204,17 @@ namespace bdep
"Also upgrade or patch all dependencies, recursively."
}
+ bool --yes|-y
+ {
+ "Don't prompt for confirmation when up/down-grading dependencies."
+ }
+
+ bool --disfigure
+ {
+ "Disfigure project packages during synchronization effectively causing
+ their from-scratch reconfiguration."
+ }
+
bool --fetch|-f
{
"Perform the \cb{fetch} command prior to synchronization."
@@ -214,11 +225,6 @@ namespace bdep
"Perform the \cb{fetch --full} command prior to synchronization."
}
- bool --yes|-y
- {
- "Don't prompt for confirmation when up/down-grading dependencies."
- }
-
bool --create-host-config
{
"Create a configuration for build-time dependencies without prompt."