Skip to content

Commit 914bfb0

Browse files
committedMar 28, 2024
fix(cli): make frameworks not required
1 parent 78ba89f commit 914bfb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/cli/run.ts

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export async function run(options: CliRunOptions = {}) {
6969
return p.multiselect<PromItem<FrameworkOption>[], FrameworkOption>({
7070
message: c.reset(message),
7171
options: frameworkOptions,
72+
required: false,
7273
})
7374
},
7475
extra: ({ results }) => {

0 commit comments

Comments
 (0)
Please sign in to comment.