Sign in
chromium
/
devtools
/
devtools-frontend
/
af11b7ca251cadd31f1c857a400fda13b9d58d8f
/
.
/
node_modules
/
@puppeteer
/
browsers
/
lib
/
esm
/
main-cli.js
blob: 7a9047ea306569fbb01ec2d3e80cfd03c0bd13ad [
file
] [
log
] [
blame
]
#!
/usr/
bin
/
env node
/**
* @license
* Copyright 2023 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
import
{
CLI
}
from
'./CLI.js'
;
void
new
CLI
().
run
(
process
.
argv
);
//# sourceMappingURL=main-cli.js.map