@gqty/cli
Version:
Interactive codegen for GQty
3 lines (2 loc) • 594 B
JavaScript
import{addCommand as m}from"./commands/default.mjs";import{addCommand as o}from"./commands/generate.mjs";import{program as r}from"@commander-js/extra-typings";import"@graphql-codegen/core";import"@graphql-codegen/typescript";import"@graphql-tools/utils";import"@graphql-tools/wrap";import"@inquirer/prompts";import"cosmiconfig";import"cross-fetch";import"fast-glob";import"graphql";import"prettier";import{__innerState as a}from"./innerState.mjs";a.isCLI=!0,r.version("4.3.0-canary-20250223094634.f33b2a59894aa59019b5ce49acb38087a48b9e4c"),o(r),m(r),r.parse(process.argv);