Skip to content

Commit 73d4f26

Browse files
author
Jens Karlsson
committed
pass makeImmutable to generateApi in index.ts
1 parent b0b035b commit 73d4f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ const generateCommand = defineCommand({
321321
? HTTP_CLIENT.AXIOS
322322
: HTTP_CLIENT.FETCH,
323323
input: path.resolve(process.cwd(), args.path as string),
324+
makeImmutable: args['make-immutable'],
324325
modular: args.modular,
325326
moduleNameFirstTag: args["module-name-first-tag"],
326327
moduleNameIndex: +args["module-name-index"] || 0,

0 commit comments

Comments
 (0)