From 12857770f878e385e83cb76e39e2f99a09d1b043 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Mar 2018 16:17:07 +0200 Subject: Don't prompt and automatically drop unused prerequisites in sync --- bdep/sync.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bdep/sync.hxx') diff --git a/bdep/sync.hxx b/bdep/sync.hxx index 741e519..b397c10 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -14,13 +14,14 @@ namespace bdep { // If fetch is false, don't perform a (shallow) fetch of the project - // repository. + // repository. If yes is false, then don't suppress bpkg prompts. // void cmd_sync (const common_options&, const dir_path& prj, const shared_ptr&, - bool fetch = true); + bool fetch = true, + bool yes = true); int cmd_sync (const cmd_sync_options&, cli::scanner& args); -- cgit v1.1