Skip to content

Commit 8cbd171

Browse files
committed
Integrate generateCommand arguments and run method into main command
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0a06da1 commit 8cbd171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ const main = defineCommand({
343343
description: packageJson.description,
344344
version: packageJson.version,
345345
},
346+
args: generateCommand.args,
347+
run: generateCommand.run,
346348
subCommands: {
347349
generate: generateCommand,
348350
"generate-templates": generateTemplatesCommand,

0 commit comments

Comments
 (0)