seregazhuk / php-watcher

Monitor for any changes in your php application and automatically restart it (suitable for async apps).
https://sergeyzhuk.me/2019/10/18/php-watcher/
388 stars 30 forks source link

Fix config values merge #30

Closed seregazhuk closed 4 years ago

seregazhuk commented 4 years ago

Empty CLI options don't override values from file.

Resolves #29