We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asynchronous
run_cmd
run_shell_cmd
1 parent c37bfdd commit 44166d3Copy full SHA for 44166d3
docs/easybuild-v5/run_shell_cmd.md
@@ -77,7 +77,7 @@ For parameters in general, the following translation table can be used, where th
77
| `shell=None` | `use_bash=True` | execute command through bash shell (`run_cmd` enables this for `None`)|
78
| `log_output=False` | `output_file=True` | collect command output in temporary output file *(changed default)* |
79
| `stream_output=None` | `stream_output=None` | stream command output to stdout (auto-enabled with `--logtostdout` if `None`) |
80
-| `asynchronous=False` | `asynchronous=False` | run command asynchronously (not yet implemented for `run_shell_cmd`)|
+| `asynchronous=False` | `asynchronous=False` | run command asynchronously |
81
| `with_hooks=True` | `with_hooks=True` | trigger pre/post `run_cmd` or `run_shell_cmd` hooks |
82
| `qa` and `std_qa=None` | `qa_patterns=None` | list of 2-tuples with patterns for questions + corresponding answers |
83
| `no_qa=None` | `qa_wait_patterns=None` | list of strings with patterns for non-questions |
0 commit comments