# No toolchains requested, so we only create the env and print the list of available toolchains
print(f"No toolchains requested. Available toolchains for release {mpsd_release} are: \n{available_toolchains}")
print(
f"No toolchains requested. Available toolchains for release {mpsd_release} are: \n{available_toolchains}"
)
return
fortoolchainintoolchains:
...
...
@@ -293,7 +303,7 @@ def main():
type=str,
nargs="+",
default="NONE",
help="List of toolchains to install (use ALL to install all toolchains)",
help="List of toolchains to install (use ALL to install all toolchains). If nothing is specified, list of available toolchains for the release would be shown after creating the environment.",