UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

9 lines (7 loc) 232 B
'use strict'; module.exports = { command: 'util <command>', desc : 'Utility command to improve the experience of the Gogs CLI', builder: (yargs) => yargs.commandDir('util-commands').demandCommand(), handler: () => {}, };