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