UNPKG

skysync-cli

Version:

SkySync Command Line Interface

7 lines (6 loc) 197 B
"use strict"; module.exports = { command: 'performance', desc: 'Manage SkySync performance configuration', builder: yargs => yargs.commandDir('./performance').demandCommand(1) };