main-cli.js 303 B

1234567891011
  1. #!/usr/bin/env node
  2. "use strict";
  3. /**
  4. * @license
  5. * Copyright 2023 Google Inc.
  6. * SPDX-License-Identifier: Apache-2.0
  7. */
  8. Object.defineProperty(exports, "__esModule", { value: true });
  9. const CLI_js_1 = require("./CLI.js");
  10. void new CLI_js_1.CLI().run(process.argv);
  11. //# sourceMappingURL=main-cli.js.map