corvus-ch / rabbitmq-cli-consumer

Consume RabbitMQ messages into any cli program
MIT License
237 stars 37 forks source link

php stdout is showed only if an error occurs #33

Closed ejosvp closed 6 years ago

ejosvp commented 6 years ago

Hi,

Is possible to show php://stdout, php://stderr even if the exit code is 0?

corvus-ch commented 6 years ago

Yes, this is possible with the --output, -o option.