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
/
issue.js
9 lines
(7 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
= {
command
:
'issue <command>'
, desc :
'Perform operations with issues on Gogs'
,
builder
:
(
yargs
) =>
yargs.
commandDir
(
'issue-commands'
).
demandCommand
(),
handler
:
() =>
{} };