UNPKG

particle-cli

Version:

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

10 lines (7 loc) 221 B
const UI = require('./ui'); function underMaintenance({ ui = new UI() } = {}) { ui.write('We\'re performing maintenance on this command. It will be available again shortly.'); } module.exports = { underMaintenance };