Currently bin/cake queue kill asks for input for what process to kill. It would be nice that when --quiet, -q is enabled that kill all would be assumed. This would be useful for server deployments. Where the dev can call bin/cake queue kill -q and all processes are killed.