We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent 78ba89f commit 914bfb0Copy full SHA for 914bfb0
src/cli/run.ts
@@ -69,6 +69,7 @@ export async function run(options: CliRunOptions = {}) {
69
return p.multiselect<PromItem<FrameworkOption>[], FrameworkOption>({
70
message: c.reset(message),
71
options: frameworkOptions,
72
+ required: false,
73
})
74
},
75
extra: ({ results }) => {
0 commit comments