UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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