Postmanerator's -help says:
-output string
the output file, default is stdout
This is great for using Postmanerator in an automated pipeline—except there's no way for the program to read from the standard input, which seems like an imbalance.
The Unixism of saying -collection - with - being an abbreviation for stdin doesn't cut it either:
Failed to parse collection file: open -: no such file or directory
Postmanerator's
-helpsays:This is great for using Postmanerator in an automated pipeline—except there's no way for the program to read from the standard input, which seems like an imbalance.
The Unixism of saying
-collection -with-being an abbreviation forstdindoesn't cut it either: