This commit is contained in:
Jonatan Rek 2024-09-17 08:21:01 +02:00
parent ed334a7cf9
commit 9d33f9a223
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ Just add desired macros to `configuration.yaml` and start the application, tahn
- name: process
value: "cmd.exe"
- name: arguments #Optional Proces Arguments
value: "-d C:/"
value: "/C ipconfig"
```
### Comon Macro Parameters
```yaml