From 3dca6c1c2c51b3ddd466e2e2e9fd71f4cdf497ed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Sep 2021 10:42:09 +0200 Subject: Add sync --disfigure option to force from-scratch reconfiguration --- bdep/sync.cli | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'bdep/sync.cli') 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." -- cgit v1.1