From 3ae3c8cb523fc2b05c58ed1136167ae0acd58b46 Mon Sep 17 00:00:00 2001
From: Hans Fangohr <hans.fangohr@mpsd.mpg.de>
Date: Mon, 12 Jun 2023 12:42:18 +0200
Subject: [PATCH] neither start-new nor remove should be exposed to user at the
 moment

as they do not work; their existence will only cause confusion
---
 mpsd-software.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mpsd-software.py b/mpsd-software.py
index 5247512..0ad80c4 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -1049,8 +1049,8 @@ def main():
         ("prepare", "Prepare the environment for installation on the disk"),
         ("install", "Install a software environment"),
         ("reinstall", "Reinstall a software environment"),
-        ("remove", "Remove a software environment or toolchains from an environment"),
-        ("start-new", "Start a new software environment version"),
+        # ("remove", "Remove a software environment or toolchains from an environment"),
+        # ("start-new", "Start a new software environment version"),
         ("status", "Show the status of the software environment"),
     ]
     for cmd, help_text in list_of_cmds:
-- 
GitLab