UNPKG

homebridge-nest-cam-ft

Version:

Nest cam plugin for homebridge: https://homebridge.io/

12 lines 246 B
#!/usr/bin/env node "use strict"; (async () => { if (process.argv.includes('login')) { require('./login'); } else { console.error('Invalid Command'); process.exit(1); } })(); //# sourceMappingURL=cli.js.map