We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc2b4 commit 7302f15Copy full SHA for 7302f15
1 file changed
src/cli.ts
@@ -11,6 +11,7 @@ export type CLIOptions = {
11
const program = new Command();
12
13
program
14
+ .name('openapi-rq')
15
.version(packageJson.version)
16
.description("Generate React Query code based on OpenAPI")
17
.requiredOption("-p, --path <path>", "Path to OpenAPI file")
0 commit comments