UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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