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/sync.cli | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bdep/sync.cli') diff --git a/bdep/sync.cli b/bdep/sync.cli index bd19edf..9d2f4ca 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -34,6 +34,16 @@ namespace bdep // class cmd_sync_options: project_options { - //"\h|SYNC OPTIONS|" + "\h|SYNC OPTIONS|" + + bool --fetch|-f + { + "Perform the \cb{fetch} command prior to synchronization." + } + + bool --fetch-full|-F + { + "Perform the \cb{fetch --full} command prior to synchronization." + } }; } -- cgit v1.1