mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
cli: lint
This commit is contained in:
@@ -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!')
|
||||
|
||||
Reference in New Issue
Block a user