UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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