mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
implement before and after config options; remove extra PartialEq, Eq, Hash impl
This commit is contained in:
parent
c297ccfd44
commit
f3d69c3ef9
4 changed files with 57 additions and 2 deletions
|
|
@ -9,6 +9,18 @@ sleep = 1
|
|||
# * unset or comment to run once
|
||||
# update = 60
|
||||
|
||||
# Run specified commands or scripts before and after each queue iteration
|
||||
# * `exec` is required
|
||||
# * `stdout_contains` is optional
|
||||
# * will panic if `stdout_contains` is defined and does not match expected stdout
|
||||
# [before]
|
||||
# exec = ""
|
||||
# stdout_contains = [""]
|
||||
|
||||
# [after]
|
||||
# exec = ""
|
||||
# stdout_contains = [""]
|
||||
|
||||
# Channels queue config
|
||||
|
||||
[channel.test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue