UNPKG

@gqty/cli

Version:

## Visit [https://gqty.dev/docs/cli/codegen](https://gqty.dev/docs/cli/codegen)

3 lines (2 loc) 359 B
#!/usr/bin/env node import{addCommand as a}from"./commands/default.mjs";import{addCommand as m}from"./commands/generate.mjs";import*as r from"./deps.js";import{__innerState as o}from"./innerState.mjs";o.isCLI=!0,r.program.version("4.0.0-canary-20240421061330.465dc301185f6de2f3eb9f068cbdeff56cd698fa"),m(r.program),a(r.program),r.program.parse(process.argv);