UNPKG

skysync-cli

Version:

SkySync Command Line Interface

9 lines (8 loc) 253 B
"use strict"; module.exports = { command: 'bandwidth_throttle', desc: 'Manage SkySync bandwidth throttle configuration', builder: yargs => yargs.commandDir('./bandwidth_throttle', { exclude: /util/ }).demandCommand(1) };