I feel like this would be a useful feature. My specific use case is that I want to use pypyp with other *nix tools, but it often complains about broken pipes if I use commands like head.
One fix could be to add alias pyp='pyp -b "signal.signal(signal.SIGPIPE,signal.SIG_DFL)"' (see here) to my shell config, but I feel like it would be cleaner if I could set that in the configuration.
Thanks!