From c5c353cc3b99297543f3737bbba25f19341fc8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B8=E6=B4=A5?= <96865086+luo3house@users.noreply.github.com> Date: Fri, 2 Dec 2022 09:16:57 +0000 Subject: [PATCH] fix: project name with only numbers as an argument (#201) --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index 02c9e49b..f56e8705 100755 --- a/index.ts +++ b/index.ts @@ -78,6 +78,7 @@ async function init() { 'with-tests': ['tests'], router: ['vue-router'] }, + string: ['_'], // all arguments are treated as booleans boolean: true })