UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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