UNPKG
@tuyapi/cli
Version:
latest (1.18.3)
1.18.3
1.18.2
1.18.1
1.18.0
1.17.2
1.17.1
1.17.0
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.1
1.12.0
1.11.2
1.11.1
1.11.0
1.10.0
1.9.0
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
1.7.0
1.6.1
1.6.0
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.1.0
🔧 A CLI for Tuya devices
github.com/TuyaAPI/cli
TuyaAPI/cli
@tuyapi/cli
/
lib
/
common.js
11 lines
(7 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const colors =
require
(
'colors'
);
function
badArgument
(options)
{ options.outputHelp(colors.red); // eslint-disable-
next
-line unicorn/no-process-
exit
process.
exit
(
1
); }
module
.exports = {badArgument};