From 44166d3292ecadf73974132ef8301db8c27469d5 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sat, 6 Apr 2024 12:10:57 +0200 Subject: [PATCH] fix description for `asynchronous` option in table on transitioning from `run_cmd` to `run_shell_cmd` --- docs/easybuild-v5/run_shell_cmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/easybuild-v5/run_shell_cmd.md b/docs/easybuild-v5/run_shell_cmd.md index afd85c777..926fe104e 100644 --- a/docs/easybuild-v5/run_shell_cmd.md +++ b/docs/easybuild-v5/run_shell_cmd.md @@ -77,7 +77,7 @@ For parameters in general, the following translation table can be used, where th | `shell=None` | `use_bash=True` | execute command through bash shell (`run_cmd` enables this for `None`)| | `log_output=False` | `output_file=True` | collect command output in temporary output file *(changed default)* | | `stream_output=None` | `stream_output=None` | stream command output to stdout (auto-enabled with `--logtostdout` if `None`) | -| `asynchronous=False` | `asynchronous=False` | run command asynchronously (not yet implemented for `run_shell_cmd`)| +| `asynchronous=False` | `asynchronous=False` | run command asynchronously | | `with_hooks=True` | `with_hooks=True` | trigger pre/post `run_cmd` or `run_shell_cmd` hooks | | `qa` and `std_qa=None` | `qa_patterns=None` | list of 2-tuples with patterns for questions + corresponding answers | | `no_qa=None` | `qa_wait_patterns=None` | list of strings with patterns for non-questions |