Closed michaelmerrill closed 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.
argv._
Thanks @michaelmerrill for the PR. It has been deployed in 5.3.0 https://github.com/jeffbski/wait-on/releases/tag/v5.3.0
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.