UNPKG

gogs-cli

Version:

Commandline interface for your Gogs needs

10 lines (9 loc) 210 B
'use strict'; module.exports = { command: 'gen-completion', desc : 'Generates the completion as a bash script', builder: function(yargs) { return yargs.showCompletionScript(); }, handler: {} };