Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@puppeteer
/
browsers
/
src
/
main-cli.ts
blob: 9919a4dfb71058dfc7cd8ec1e7b98e5baa3a245c [
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
);