UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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