diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2022-12-23 15:03:04 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-01-20 15:47:43 +0100 |
commit | 5129bc284cf2372bfbc87b00d3b9bd1117734c43 (patch) | |
tree | 0a9b36478fab08ff55dd854e45f6e262931e2e1b /bin | |
parent | 0db0064273920c835342dd168f8213b6a567e8c9 (diff) | |
download | justbuild-5129bc284cf2372bfbc87b00d3b9bd1117734c43.tar.gz |
Add gc subcommand
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/just-mr.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/just-mr.py b/bin/just-mr.py index 29af9bb3..7e424f70 100755 --- a/bin/just-mr.py +++ b/bin/just-mr.py @@ -91,6 +91,10 @@ KNOWN_JUST_SUBCOMMANDS = { "install-cas": { "config": False, "build root": True + }, + "gc": { + "config": False, + "build root": True } } CURRENT_SUBCOMMAND = None |