UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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