From e3133aa9628858bcfe414f95731831b5962358c7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 10 May 2018 06:43:44 +0200 Subject: Support passing additional arguments to pkg-build in sync, init, new --- bdep/sync.cli | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bdep/sync.cli') diff --git a/bdep/sync.cli b/bdep/sync.cli index dde86a2..9aa142b 100644 --- a/bdep/sync.cli +++ b/bdep/sync.cli @@ -15,11 +15,12 @@ namespace bdep - ", + + ", "\h|SYNOPSIS| - \c{\b{bdep sync} [] [] []\n + \c{\b{bdep sync} [] [] [] []\n \b{bdep sync} [] [] [] \ \b{--upgrade}|\b{-u} | \b{--patch}|\b{-p}\n \b{bdep sync} [] [] [] [\b{--upgrade}|\b{-u} | \b{--patch}|\b{-p}]\n \ \ \ \ \ \ \ \ \ \ ... @@ -28,7 +29,8 @@ namespace bdep \c{ = [\b{/}]\n = (\b{@} | \b{--config}|\b{-c} )... | \b{--all}|\b{-a}\n = (\b{--directory}|\b{-d} )... | \n - = \b{--directory}|\b{-d} } + = \b{--directory}|\b{-d} \n + = ( | )...} \h|DESCRIPTION| @@ -40,7 +42,9 @@ namespace bdep 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. + projects and configurations. Optional 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 -- cgit v1.1