From 5dcbecfd8b83f516c067780214f06321f03d1cce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Mar 2018 11:17:21 +0200 Subject: Initial sync implementation --- bdep/sync.cli | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bdep/sync.cli (limited to 'bdep/sync.cli') diff --git a/bdep/sync.cli b/bdep/sync.cli new file mode 100644 index 0000000..27c62ff --- /dev/null +++ b/bdep/sync.cli @@ -0,0 +1,39 @@ +// file : bdep/sync.cli +// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +include ; + +"\section=1" +"\name=bdep-sync" +"\summary=synchronize project and configurations" + +namespace bdep +{ + { + " + + + ", + + "\h|SYNOPSIS| + + \c{\b{bdep sync} [] [] []} + + \c{ = \b{--directory}|\b{-d} \n + = (\b{--directory}|\b{-d} )... | \n + = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}} + + \h|DESCRIPTION| + + The \cb{sync} command..." + } + + // Note that not all project/configuration options are valid for all + // subcommands. + // + class cmd_sync_options: project_options + { + //"\h|SYNC OPTIONS|" + }; +} -- cgit v1.1