UNPKG

linagora-rse

Version:
13 lines (10 loc) 238 B
'use strict'; const command = { command: 'domain', desc: 'Domains Management', builder: yargs => yargs.commandDir('domain_cmds').demandCommand(1, 'Please specify a command'), handler: () => {} }; module.exports = { command };