From fb41c6272973908b39424c037b2ca0e7598c5a30 Mon Sep 17 00:00:00 2001
From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Fri, 16 Jun 2023 13:14:39 +0200
Subject: [PATCH] disable remove command

---
 mpsd-software.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpsd-software.py b/mpsd-software.py
index 2cc8839..c8f1ead 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -1132,7 +1132,7 @@ def main():
         ("available", "What is available for installation?"),
         ("install", "Install a software environment"),
         # ("reinstall", "Reinstall a package_set"),
-        ("remove", "Remove a package set"),
+        # ("remove", "Remove a package set"),
         # ("start-new", "Start a new MPSD software release version"),
         ("status", "Show status: what is installed?"),
         ("prepare", "Prepare installation of MPSD-release (dev only)"),
-- 
GitLab