Skip to content

Commit 7302f15

Browse files
committed
chore: add name to cli
1 parent 07bc2b4 commit 7302f15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export type CLIOptions = {
1111
const program = new Command();
1212

1313
program
14+
.name('openapi-rq')
1415
.version(packageJson.version)
1516
.description("Generate React Query code based on OpenAPI")
1617
.requiredOption("-p, --path <path>", "Path to OpenAPI file")

0 commit comments

Comments
 (0)