UNPKG
better-crowdin
Version:
latest (1.0.1)
1.0.1
1.0.0
Crowdin CLI on steroids
better-crowdin
/
lib
/
commands
/
branches.js
9 lines
(8 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
command
:
'branches <command>'
,
describe
:
'crowdin branches status'
,
builder
(
yargs
) {
return
yargs.
commandDir
(
'branches_cmds'
); },
handler
(
) {}, };