Closed hookdeckandy closed 1 year ago
The CLI should be able to listen to multiple sources, and with the * listen to all sources
*
Example: hookdeck listen 9000 * listens to all sources
hookdeck listen 9000 *
Would it be worth specifying multiple sources? Example: hookdeck listen 9000 source1 source2 source3
hookdeck listen 9000 source1 source2 source3
The CLI should be able to listen to multiple sources, and with the
*
listen to all sourcesExample:
hookdeck listen 9000 *
listens to all sourcesWould it be worth specifying multiple sources? Example:
hookdeck listen 9000 source1 source2 source3