From b2d5f82512d0118a0668ce02f1a0730c3dcd50b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 28 Apr 2018 16:41:02 +0200 Subject: Implement auto-synchronization via build system hook --- bdep/project.cli | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bdep/project.cli') 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 @. -- cgit v1.1