aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-10 10:34:31 +0200
commit023f1a286b7dfe80eb80a9e6924e492cf6f3f80a (patch)
tree6accbb5ccee95ae5cb7ba9f186b2694c9797b2d9 /bdep/sync.cli
parente3133aa9628858bcfe414f95731831b5962358c7 (diff)
Implement test, update, and clean commands
Diffstat (limited to 'bdep/sync.cli')
-rw-r--r--bdep/sync.cli15
1 files changed, 8 insertions, 7 deletions
diff --git a/bdep/sync.cli b/bdep/sync.cli
index 9aa142b..ea5d51f 100644
--- a/bdep/sync.cli
+++ b/bdep/sync.cli
@@ -38,13 +38,14 @@ namespace bdep
configurations. The first form (no arguments nor \cb{--upgrade} or
\cb{--patch} are specified) upgrades the project packages to the latest
version/iteration, adjusts their dependencies according to the latest
- manifest information, and updates the lockfile. If no project or package
- directory is specified, then the current working directory is assumed. If
- no configuration is specified, then the default configuration is
- assumed. See \l{bdep-projects-configs(1)} for details on specifying
- projects and configurations. Optional <pkg-args> are the additional
- dependency packages and/or configuration variables to pass to the
- underlying \l{bpkg-pkg-build(1)} command.
+ manifest information, and updates the lockfile.
+
+ If no project or package directory is specified, then the current working
+ directory is assumed. If no configuration is specified, then the default
+ configuration is assumed. See \l{bdep-projects-configs(1)} for details on
+ specifying projects and configurations. Optional <pkg-args> are the
+ additional dependency packages and/or configuration variables to pass to
+ the underlying \l{bpkg-pkg-build(1)} command.
The second form (no arguments but either \cb{--upgrade} or \cb{--patch}
is specified), in addition to the first form's functionality, also