Skip to content

Commit

Permalink
update description to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Apr 6, 2024
1 parent 65f0ea3 commit c37bfdd
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 @@ -80,5 +80,5 @@ For parameters in general, the following translation table can be used, where th
| `asynchronous=False` | `asynchronous=False` | run command asynchronously (not yet implemented for `run_shell_cmd`)|
| `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 2-tuples with patterns for non-questions and number of iterations to allow these patterns to match with end out command output |
| `no_qa=None` | `qa_wait_patterns=None` | list of strings with patterns for non-questions |
| `maxhits=50` | `qa_timeout=100` | amount of seconds to wait until more output is produced when there is no matching question |

0 comments on commit c37bfdd

Please sign in to comment.