UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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