Callback update

This commit is contained in:
Arne Beer 2020-05-15 16:23:35 +02:00
parent 5b1cc6eecd
commit bff508a614

View file

@ -259,7 +259,7 @@ These are the available variables that can be used to create a command:
Example callback:
```
notify-send "Task {{ id }}" "Command: {{ command }} finished with {{ result }}"
callback: "notify-send \"Task {{ id }}\nCommand: {{ command }}\nPath: {{ path }}\nFinished with status '{{ result }}'\""
```
### Shell completion files