From b44b4088f48a27bff88f8f010b8cd42303cbdad0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Mar 2018 14:58:54 +0200 Subject: Implement --fetch|-f and --fetch-full|-F in sync command --- bdep/fetch.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/fetch.hxx') diff --git a/bdep/fetch.hxx b/bdep/fetch.hxx index 0f036cd..fea40fc 100644 --- a/bdep/fetch.hxx +++ b/bdep/fetch.hxx @@ -13,6 +13,12 @@ namespace bdep { + void + cmd_fetch (const common_options&, + const dir_path& prj, + const shared_ptr&, + bool full); + int cmd_fetch (const cmd_fetch_options&, cli::scanner& args); } -- cgit v1.1