UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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