UNPKG

skysync-cli

Version:

SkySync Command Line Interface

7 lines (6 loc) 183 B
"use strict"; module.exports = { command: 'job-categories', desc: 'Manage Job Categories', builder: yargs => yargs.commandDir('./jobCategories').demandCommand(1) };