(title, options, config)
| 924 | } |
| 925 | |
| 926 | async select(title, options, config) { |
| 927 | const response = await select(title, options, config); |
| 928 | return response; |
| 929 | } |
| 930 | |
| 931 | async multiPrompt(title, inputs, help) { |
| 932 | const values = await multiPrompt(title, inputs, help); |
no test coverage detected