aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-16 16:17:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-16 16:17:07 +0200
commit12857770f878e385e83cb76e39e2f99a09d1b043 (patch)
treea2d843eac07ae2d1a16de219ae64f803f53a42d0 /bdep/sync.cli
parentf3c57d0941ead602ff8f2936cd30019567ff42de (diff)
Don't prompt and automatically drop unused prerequisites in sync
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index e6c5d37..0a3965d 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -36,6 +36,11 @@ namespace bdep
{
"\h|SYNC OPTIONS|"
+ bool --yes|-y
+ {
+ "Don't prompt for confirmation when up/down-grading dependencies."
+ }
+
bool --fetch|-f
{
"Perform the \cb{fetch} command prior to synchronization."