updated docs again

This commit is contained in:
Daniel Sommer 2022-03-11 16:00:46 +01:00
parent 50929c4efc
commit 918b2d74fa

View file

@ -76,5 +76,5 @@ configuration is done entirely within the file `config.json`.
### commands: [*object*]
- *name*: [*object*]
- cmd: [*string*] command / path to script to execute
- args: [*string-array*] arguments to pass to the executed command; variables `{{ key }}` and `{{ type }}` used in args will be replaced
- args: [*string-array*] arguments to pass to the executed command
- sudo: [*boolean*] use sudo to execute the command