This commit is contained in:
Václav Španinger 2024-09-17 06:23:19 -07:00
commit a63133a7a5
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