aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-28 16:41:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-28 16:41:02 +0200
commitb2d5f82512d0118a0668ce02f1a0730c3dcd50b8 (patch)
treeb470b17e276a67164212065f164823aa30b5165f /bdep/project.cli
parent77a9dc17b487123dc1aaf5c41b539d9abfe32dee (diff)
Implement auto-synchronization via build system hook
Diffstat (limited to 'bdep/project.cli')
-rw-r--r--bdep/project.cli11
1 files changed, 11 insertions, 0 deletions
diff --git a/bdep/project.cli b/bdep/project.cli
index 137c77d..2fe37e4 100644
--- a/bdep/project.cli
+++ b/bdep/project.cli
@@ -31,6 +31,17 @@ namespace bdep
{
"Don't make the added or created configuration forwarded."
}
+
+ bool --auto-sync
+ {
+ "Make the added or created configuration automatically synchronized."
+ }
+
+ bool --no-auto-sync
+ {
+ "Don't make the added or created configuration automatically
+ synchronized."
+ }
};
// Common options for commands that accept --config-id and @<cfg-name>.