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

slow progress

parent d149b5e6
No related branches found
No related tags found
1 merge request!36Available command
Pipeline #370143 failed
......@@ -144,12 +144,11 @@ def set_up_logging(loglevel="warning", filename=None):
)
def get_available_toolchains(release :str) -> List[str]
def get_available_toolchains(release: str) -> List[str]:
"""Given a release, return the available toolchains.
Returns
-------
toolchains : List[str]
Example
......@@ -687,6 +686,7 @@ def main():
)
subparsers.required = True
list_of_cmds = [
("available", "Show toolchains available"),
("prepare", "Prepare the environment for installation on the disk"),
("install", "Install a software environment"),
("reinstall", "Reinstall a software environment"),
......
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