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

explicitly mention the dest of toolchains argument

parent de77779b
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"
...@@ -305,6 +305,7 @@ def main(): ...@@ -305,6 +305,7 @@ def main():
"--toolchain", # allow singular as alternative "--toolchain", # allow singular as alternative
# (-> creates attribute `args.toolchains` if used) # (-> creates attribute `args.toolchains` if used)
type=str, type=str,
dest="toolchains",
nargs="+", nargs="+",
default="NONE", default="NONE",
help="List of toolchains to install (use '--toolchains ALL' to install all toolchains). If nothing is specified, list of available toolchains for the release would be shown after creating the environment.", help="List of toolchains to install (use '--toolchains ALL' to install all toolchains). If nothing is specified, list of available toolchains for the release would be shown after creating the 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