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

fix style

parent 67fce885
No related branches found
No related tags found
3 merge requests!19Move linux-debian11 into main,!8Specify expanded toolchain help for all commands.,!7Review command line argument parsing
Pipeline #367929 passed
......@@ -385,15 +385,15 @@ def main():
help="Release version to prepare, install, reinstall or remove",
)
if cmd in ["install", "reinstall", "remove"]:
# "install" command needs additional documentation
# "install" command needs additional documentation
tool_chain_help = (
f"Pass a list of toolchains to command {cmd}. "
"Use '--toolchains ALL' to "
f"{cmd} all toolchains. If '--toolchain' is not "
"specified, list available toolchains for the release "
"(after environment has been prepared if not done yet)."
)
f"Pass a list of toolchains to command {cmd}. "
"Use '--toolchains ALL' to "
f"{cmd} all toolchains. If '--toolchain' is not "
"specified, list available toolchains for the release "
"(after environment has been prepared if not done yet)."
)
subp.add_argument(
"--toolchains", # first option defines attribute
# name `args.toolchains` in `args = parser_args()`
......
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