aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-command')
-rw-r--r--bpkg/pkg-command9
1 files changed, 8 insertions, 1 deletions
diff --git a/bpkg/pkg-command b/bpkg/pkg-command
index 60d0396..334a97e 100644
--- a/bpkg/pkg-command
+++ b/bpkg/pkg-command
@@ -20,6 +20,12 @@ namespace bpkg
const configuration_options&,
cli::scanner& args);
+ struct pkg_command_vars
+ {
+ shared_ptr<selected_package> pkg;
+ strings vars;
+ };
+
void
pkg_command (const string& cmd,
const dir_path& configuration,
@@ -30,7 +36,8 @@ namespace bpkg
pkg_command (const string& cmd,
const dir_path& configuration,
const common_options&,
- const vector<shared_ptr<selected_package>>&);
+ const strings& common_vars,
+ const vector<pkg_command_vars>&);
}
#endif // BPKG_PKG_COMMAND