UNPKG

netpad-cli

Version:

NetPad CLI for plugin management, workflows, and more.

8 lines 223 B
module.exports = (program) => { program .command('status') .description('Show NetPad status (coming soon)') .action(() => { console.log('Status command coming soon!'); }); };