Closed michaelcmartin closed 12 years ago
What it says on the tin. Outputting to "-" should put the binary to stdout, letting ophis be used in pipes.
In order for this to not be a terrible idea we also need to ensure that all other output is to stderr.
Commit 741390e implements this.
What it says on the tin. Outputting to "-" should put the binary to stdout, letting ophis be used in pipes.
In order for this to not be a terrible idea we also need to ensure that all other output is to stderr.