aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-10 17:48:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-10 17:48:03 +0200
commitddf8c2b62fa09eb765afc0c093d0d8908f7b69e4 (patch)
tree5956e674e0cb368061a9a9eb6d8bf742f96ffa75 /bpkg/pkg-command
parentec931aa6550b47461e92062a703e6ef9f4c24b17 (diff)
Complete build command
Diffstat (limited to 'bpkg/pkg-command')
-rw-r--r--bpkg/pkg-command6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/pkg-command b/bpkg/pkg-command
index 0628a06..360a550 100644
--- a/bpkg/pkg-command
+++ b/bpkg/pkg-command
@@ -6,6 +6,7 @@
#define BPKG_PKG_COMMAND
#include <bpkg/types>
+#include <bpkg/forward> // selected_package
#include <bpkg/configuration-options>
namespace bpkg
@@ -16,6 +17,11 @@ namespace bpkg
pkg_command (const string& cmd, // Without the 'pkg-' prefix.
const configuration_options&,
cli::scanner& args);
+
+ void
+ pkg_command (const string& cmd,
+ const dir_path& configuration,
+ const shared_ptr<selected_package>&);
}
#endif // BPKG_PKG_COMMAND