(message: string, options: SelectOption[])
| 64 | }, |
| 65 | ): Promise<string>; |
| 66 | selectOne(message: string, options: SelectOption[]): Promise<string>; |
| 67 | selectMany(message: string, options: SelectOption[], initial?: string[]): Promise<string[]>; |
| 68 | /** |
| 69 | * Scrollable list you can also narrow by typing (type-ahead filter). Used |
no outgoing calls
no test coverage detected