diff options
Diffstat (limited to 'bin/just-mr.py')
-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 |