UNPKG
@cabloy/cli-set-core
Version:
latest (1.1.9)
1.1.9
1.1.8
1.1.7
1.1.5
1.1.3
1.1.2
1.1.1
1.0.3
1.0.2
1.0.1
cabloy cli-set-core
@cabloy/cli-set-core
/
dist
/
lib
/
commands.js
7 lines
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
defaultList
from
'./command/default.list.js'
;
export
const
commands = {
default
: {
list
: defaultList, }, };
//# sourceMappingURL=commands.js.map