(item: CommandSelectItem)
| 340 | } |
| 341 | |
| 342 | const selectCommand = (item: CommandSelectItem) => { |
| 343 | void runCommand(item.value) |
| 344 | } |
| 345 | |
| 346 | const selectCommandOption = (_index: number, option: SelectOption | null) => { |
| 347 | const item = toCommandSelectItem(option, commandItems) |
no test coverage detected