UNPKG

particle-cli

Version:

Simple Node commandline application for working with your Particle devices and using the Particle Cloud

7 lines (5 loc) 171 B
module.exports = ({ commandProcessor, root, app }) => { commandProcessor.createCommand(root, 'version', false, { handler: () => app.runCommand(['--version']), }); };