[actions] add 'exec' action (#5619)

This commit is contained in:
Mike Fährmann
2024-06-29 23:02:48 +02:00
parent c9860002ba
commit 84b3da54aa
3 changed files with 16 additions and 7 deletions

View File

@@ -984,6 +984,8 @@ Description
| Can be one of ``debug``, ``info``, ``warning``, ``error`` or an integer value.
``print``
Write argument to stdout.
``exec``
Run a shell command.
``abort``:
Stop the current extractor run.
``terminate``: