UNPKG
netpad-cli
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
NetPad CLI for plugin management, workflows, and more.
netpad.io
mrlynn/netpad-cli
netpad-cli
/
commands
/
status.js
8 lines
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
(
program
) =>
{ program .
command
(
'status'
) .
description
(
'Show NetPad status (coming soon)'
) .
action
(
() =>
{
console
.
log
(
'Status command coming soon!'
); }); };