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

allow '--toolchain' and '--toolchains'

as the function supports one or more arguments.

See discussion at
https://gitlab.gwdg.de/mpsd-cs/mpsd-software-environments/-/issues/1#note_799664
parent a16479a5
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!1Resolve "First draft for user interface for top level install command"
......@@ -300,7 +300,8 @@ def main():
subp.add_argument("release", type=str, help="Release version to install or remove")
if cmd in ["install", "reinstall"]:
subp.add_argument(
"--toolchains",
"--toolchain",
"--toolchains"
type=str,
nargs="+",
default="NONE",
......
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