From 5129bc284cf2372bfbc87b00d3b9bd1117734c43 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 23 Dec 2022 15:03:04 +0100 Subject: Add gc subcommand --- src/other_tools/just_mr/utils.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/other_tools/just_mr/utils.hpp') diff --git a/src/other_tools/just_mr/utils.hpp b/src/other_tools/just_mr/utils.hpp index dffed7c1..16274657 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -57,7 +57,8 @@ std::map const kKnownJustSubcommands{ {"build", {true, true}}, {"install", {true, true}}, {"rebuild", {true, true}}, - {"install-cas", {false, true}}}; + {"install-cas", {false, true}}, + {"gc", {false, true}}}; nlohmann::json const kDefaultConfigLocations = nlohmann::json::array( {{{"root", "workspace"}, {"path", "repos.json"}}, @@ -172,4 +173,4 @@ auto ResolveRepo(ExpressionPtr const& repo_desc, } // namespace JustMR -#endif // INCLUDED_SRC_OTHER_TOOLS_JUST_MR_UTILS_HPP \ No newline at end of file +#endif // INCLUDED_SRC_OTHER_TOOLS_JUST_MR_UTILS_HPP -- cgit v1.2.3