(opts: { defaultValue: boolean })
| 53 | return opts.options.slice(0, minSelected).map((option) => option.value); |
| 54 | }, |
| 55 | async confirm(opts: { defaultValue: boolean }): Promise<boolean> { |
| 56 | return opts.defaultValue; |
| 57 | }, |
| 58 | }; |
| 59 | } |
| 60 |
nothing calls this directly
no test coverage detected