pinojs / pino-pretty

🌲Basic prettifier for Pino log lines
MIT License
1.27k stars 150 forks source link

Drop args in favor of minimist #336

Closed mcollina closed 2 years ago

mcollina commented 2 years ago

Unfortunately args broke our tests in v5.0.1 (ref https://github.com/pinojs/pino-pretty/pull/337)

I would recommend we drop args in favor of using plain old minimist.

Uzlopak commented 2 years ago

@mcollina

I guess that this can be closed.