UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

9 lines (7 loc) 224 B
'use strict'; module.exports = { command: 'repo <command>', desc : 'Perform actions on and with repositories from Gogs', builder: (yargs) => yargs.commandDir('repo-commands').demandCommand(), handler: () => {} };