Skip to content
Snippets Groups Projects
Commit 3ae3c8cb authored by Hans Fangohr's avatar Hans Fangohr
Browse files

neither start-new nor remove should be exposed to user at the moment

as they do not work; their existence will only cause confusion
parent 7184fdb7
No related branches found
No related tags found
1 merge request!50neither `start-new` nor `remove` should be exposed to user at the moment
Pipeline #370831 passed
...@@ -1049,8 +1049,8 @@ def main(): ...@@ -1049,8 +1049,8 @@ def main():
("prepare", "Prepare the environment for installation on the disk"), ("prepare", "Prepare the environment for installation on the disk"),
("install", "Install a software environment"), ("install", "Install a software environment"),
("reinstall", "Reinstall a software environment"), ("reinstall", "Reinstall a software environment"),
("remove", "Remove a software environment or toolchains from an environment"), # ("remove", "Remove a software environment or toolchains from an environment"),
("start-new", "Start a new software environment version"), # ("start-new", "Start a new software environment version"),
("status", "Show the status of the software environment"), ("status", "Show the status of the software environment"),
] ]
for cmd, help_text in list_of_cmds: for cmd, help_text in list_of_cmds:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment