pugjs / pug-cli

Pug's CLI interface
MIT License
259 stars 63 forks source link

pug-cli ignores piping (`|`) it's output #94

Open SubordinalBlue opened 7 months ago

SubordinalBlue commented 7 months ago

pug foo.pug | <any command line utility one might want to use> does not work.

Pipe is ignored and the default output file is written.