aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:58:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-14 14:58:54 +0200
commitb44b4088f48a27bff88f8f010b8cd42303cbdad0 (patch)
tree46c08c1f48a81c3a4dc4c6c59be300e5e40e6762 /bdep/sync.cli
parent7acf8ce6111e3740decd39b92c3383fcbdd00e21 (diff)
Implement --fetch|-f and --fetch-full|-F in sync command
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli12
1 files changed, 11 insertions, 1 deletions
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."
+ }
};
}