UNPKG
ueno-cli
Version:
latest (0.2.0)
0.2.0
0.1.10
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Ueno Command-Line Utility
github.com/ueno-llc/ueno-cli
ueno-llc/ueno-cli
ueno-cli
/
build
/
src
/
index.js
10 lines
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
yargs =
require
(
"yargs"
); yargs .
commandDir
(
'commands'
) .
demandCommand
() .
help
() .
argv
;
//# sourceMappingURL=index.js.map