Skip to content
Snippets Groups Projects
Commit af64e1d9 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

add status command

parent 9b922eb1
No related branches found
No related tags found
1 merge request!41Status command
...@@ -850,6 +850,7 @@ def main(): ...@@ -850,6 +850,7 @@ def main():
("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"),
] ]
for cmd, help_text in list_of_cmds: for cmd, help_text in list_of_cmds:
subp = subparsers.add_parser(cmd, help=help_text) subp = subparsers.add_parser(cmd, help=help_text)
......
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