Skip to content

Commit

Permalink
fix description for asynchronous option in table on transitioning f…
Browse files Browse the repository at this point in the history
…rom `run_cmd` to `run_shell_cmd`
  • Loading branch information
boegel authored Apr 6, 2024
1 parent c37bfdd commit 44166d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/easybuild-v5/run_shell_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 44166d3

Please sign in to comment.