diff options
Diffstat (limited to 'src/other_tools/just_mr/utils.hpp')
-rw-r--r-- | src/other_tools/just_mr/utils.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
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<std::string, JustSubCmdFlags> 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 |