+10

Opposite of wait flag

Mark Lentczner 12 year бұрын updated by Florian Dütsch 12 year бұрын 1
Often I want to pipe some output into subl, but I don't want the subl command to --wait. However, since --wait is implied when the input is stdin, there is no way to turn this off.

There should be an option to explicitly turn the option off, even when reading from stdin.  Either call this --nowait, or perhaps -r / --read, or perhaps -p / --pager.