UNPKG

athom-cli

Version:

Command-line interface for Homey Apps

14 lines (13 loc) 254 B
'use strict'; exports.desc = 'LED ring related commands'; exports.builder = yargs => { return yargs .commandDir('ledring') .option('path', { alias: 'p', type: 'string', desc: 'Path to an animation file', }) .demandCommand() .help() }