main-cli.js 211 B

123456789
  1. #!/usr/bin/env node
  2. /**
  3. * @license
  4. * Copyright 2023 Google Inc.
  5. * SPDX-License-Identifier: Apache-2.0
  6. */
  7. import { CLI } from './CLI.js';
  8. void new CLI().run(process.argv);
  9. //# sourceMappingURL=main-cli.js.map