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 82d8c3b commit f6982f4Copy full SHA for f6982f4
index.ts
@@ -321,6 +321,7 @@ const generateCommand = defineCommand({
321
? HTTP_CLIENT.AXIOS
322
: HTTP_CLIENT.FETCH,
323
input: path.resolve(process.cwd(), args.path as string),
324
+ makeImmutable: args['make-immutable'],
325
modular: args.modular,
326
moduleNameFirstTag: args["module-name-first-tag"],
327
moduleNameIndex: +args["module-name-index"] || 0,
0 commit comments