From 7c9ab173da50dce5abfe5a28da4dc49816216537 Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 17 Oct 2018 10:51:23 +0100 Subject: common: Allow running Python scripts for all points in flow Signed-off-by: David Shah --- common/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/command.h') diff --git a/common/command.h b/common/command.h index 900cf74b..12f710f6 100644 --- a/common/command.h +++ b/common/command.h @@ -53,6 +53,7 @@ class CommandHandler void setupContext(Context *ctx); int executeMain(std::unique_ptr ctx); po::options_description getGeneralOptions(); + void run_script_hook(const std::string &name); protected: po::variables_map vm; -- cgit v1.2.3