UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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