main: allow reading alternative config from pipe

This commit is contained in:
steovd 2024-01-03 17:25:46 +01:00
parent bdc4fbe8e7
commit 8b1fa13686
2 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,8 @@
### Changed
* log-level: default to `warning`
* Read alternative config from pipes (e.g. `--config /dev/stdin`)
([#340][340]).
### Deprecated
### Removed