UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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