Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
mocha
/
lib
/
cli
/
commands.js
blob: e3238f701beb4657d1c728f092d5055f8df07eb4 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
/**
* Exports Yargs commands
* @see https://github.com/yargs/yargs/blob/main/docs/advanced.md
* @private
* @module
*/
module
.
exports
=
{
init
:
require
(
'./init'
),
// default command
run
:
require
(
'./run'
),
}