UNPKG

skysync-cli

Version:

SkySync Command Line Interface

9 lines (8 loc) 209 B
"use strict"; module.exports = { command: 'profiles', desc: 'Manage SkySync Profiles', builder: yargs => yargs.commandDir('./profiles', { exclude: /util/ }).demandCommand(1) };