Sign in
cobalt
/
cobalt
/
1bdf8b5470dc937a8c92ce7e2f6d3392c6a1180c
/
.
/
third_party
/
devtools
/
node_modules
/
mocha
/
lib
/
cli
/
commands.js
blob: eb10c6833aa78ac926ab2e960201ed19c40d4d45 [
file
] [
log
] [
blame
]
'use strict'
;
/**
* Exports Yargs commands
* @see https://git.io/fpJ0G
* @private
* @module
*/
exports
.
init
=
require
(
'./init'
);
// default command
exports
.
run
=
require
(
'./run'
);