UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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