cli: lint

This commit is contained in:
Benjamin Canac
2024-04-12 14:00:05 +02:00
parent 02d55b0edb
commit 9529f8c1dd

View File

@@ -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!')