We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa8a4e commit 8aa7015Copy full SHA for 8aa7015
1 file changed
packages/cli/index.ts
@@ -105,10 +105,10 @@ const main = defineCommand({
105
const paths =
106
args._.length > 0
107
? await glob(args._, {
108
- expandDirectories: false,
109
- onlyDirectories: true,
110
- absolute: true,
111
- })
+ expandDirectories: false,
+ onlyDirectories: true,
+ absolute: true,
+ })
112
: [process.cwd()];
113
114
const templates = await glob(args.template || [], {
@@ -676,4 +676,4 @@ function parsePackageJson(contents: string) {
676
} catch {
677
return null;
678
}
679
-}
+}
0 commit comments