UNPKG
pi-test-data
Version:
latest (1.0.8)
1.0.8
Manage test data for automation
github.com/automationpi/datapi
automationpi/datapi
pi-test-data
/
tester
/
node_modules
/
pino
/
bin.js
7 lines
(6 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
console
.
error
(
'`pino` cli has been removed. Use `pino-pretty` cli instead.\n'
+
'\nSee: https://github.com/pinojs/pino-pretty'
) process.
exit
(
1
)