diff options
Diffstat (limited to 'src/other_tools/just_mr/cli.hpp')
-rw-r--r-- | src/other_tools/just_mr/cli.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp index 3d7a8980..b4f6607d 100644 --- a/src/other_tools/just_mr/cli.hpp +++ b/src/other_tools/just_mr/cli.hpp @@ -80,6 +80,8 @@ struct MultiRepoJustSubCmdsArguments { std::optional<std::string> subcmd_name{std::nullopt}; std::vector<std::string> additional_just_args{}; std::unordered_map<std::string, std::vector<std::string>> just_args{}; + std::optional<std::filesystem::path> config{}; + std::optional<std::filesystem::path> endpoint_configuration{}; }; // corresponding to the similarly-named arguments in 'just' |