UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

9 lines (7 loc) 207 B
'use strict'; module.exports = { command: 'user <command>', desc : 'Perform actions with user in gogs', builder: (yargs) => yargs.commandDir('user-commands').demandCommand(), handler: () => {} };