aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
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