aubm / postmanerator

A HTTP API documentation generator that use Postman collections
MIT License
653 stars 94 forks source link

Writing to `stdout` includes diagnostic messages #76

Open nutjob4life opened 1 year ago

nutjob4life commented 1 year ago

When writing to stdout, Postmanerator also writes diagnostic messages such as

Generating output...

and

SUCCESS.

to stdout. These are not part of the desired output from the theme. These messages should be written to stderr, not stdout.