jeffbski / wait-on

wait-on is a cross-platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available
MIT License
1.87k stars 77 forks source link

Allow for resources to be passed via config #83

Closed michaelmerrill closed 3 years ago

michaelmerrill commented 3 years ago

This allows for resources to be passed via the config. Currently argv._ overwrites that property. With this change it is easier to wait for multiple resources without having to add them in the cmd line.

jeffbski commented 3 years ago

Thanks @michaelmerrill for the PR. It has been deployed in 5.3.0 https://github.com/jeffbski/wait-on/releases/tag/v5.3.0