UNPKG

skysync-cli

Version:

SkySync Command Line Interface

9 lines (8 loc) 201 B
"use strict"; module.exports = { command: 'pool', desc: 'Manage connection pools', builder: yargs => yargs.commandDir('./pool', { exclude: /util/ }).demandCommand(1) };