UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

14 lines (12 loc) 280 B
'use strict'; module.exports = { command: 'config <command>', desc : 'Allow setting and getting Gogs CLI configuration options', builder: (yargs) => { return yargs .commandDir('config-commands') .demandCommand() .help(); }, handler: () => {} };