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.js
9 lines
(7 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
= {
command
:
'util <command>'
, desc :
'Utility command to improve the experience of the Gogs CLI'
,
builder
:
(
yargs
) =>
yargs.
commandDir
(
'util-commands'
).
demandCommand
(),
handler
:
() =>
{}, };