diff --git a/cli/commands/init.mjs b/cli/commands/init.mjs index a9c18d8a..85107e12 100644 --- a/cli/commands/init.mjs +++ b/cli/commands/init.mjs @@ -17,7 +17,7 @@ export default defineCommand({ description: 'Name of the component.' } }, - async setup ({ args }) { + async setup({ args }) { const name = args.name if (!name) { consola.error('name argument is missing!')