UNPKG
gogs-cli
Version:
latest (0.3.0)
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
Commandline interface for your Gogs needs
github.com/reewr/gogs-cli
reewr/gogs-cli
gogs-cli
/
commands
/
util-commands
/
gen-completion.js
10 lines
(9 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
module
.
exports
= {
command
:
'gen-completion'
, desc :
'Generates the completion as a bash script'
,
builder
:
function
(
yargs
) {
return
yargs.
showCompletionScript
(); },
handler
: {} };