Skip to content

Commit 5c96a02

Browse files
arimu1claude
andcommitted
docs: link cwl-docker-extract from CWL_SINGULARITY_CACHE help (#1537)
Issue #1537 asked to document CWL_SINGULARITY_CACHE and link to the cwl-utils "pull all referenced software container images" reference. The variable itself is now listed in the environment-variable table (shown in `cwltool --help` and the Sphinx CLI docs), but it did not point users at how to pre-populate the cache. Add a link to cwl-utils' cwl-docker-extract, using the existing [link=...] markup so it renders both as a terminal hyperlink and as a reStructuredText link in the generated docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8949fc2 commit 5c96a02

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cwltool/argparser.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def arg_parser() -> argparse.ArgumentParser:
6666
env_table.add_env(
6767
"CWL_SINGULARITY_CACHE",
6868
f"directory path to find already downloaded Singularity images; "
69-
f"[{bt}]dockerFile[/] images will also be searched for and stored here",
69+
f"[{bt}]dockerFile[/] images will also be searched for and stored here. "
70+
f"Images can be pre-pulled into this directory using "
71+
f"[link=https://github.com/common-workflow-language/cwl-utils#pull-the-all-referenced-software-container-images]cwl-docker-extract[/] from cwl-utils",
7072
)
7173
env_table.add_env(
7274
"ORCID",

0 commit comments

Comments
 (0)