UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

9 lines (7 loc) 214 B
'use strict'; module.exports = { command: 'issue <command>', desc : 'Perform operations with issues on Gogs', builder: (yargs) => yargs.commandDir('issue-commands').demandCommand(), handler: () => {} };