prompt Select
abstract suspend fun promptSelect(builder: SimpleSelectBuilder.() -> Unit): List<String>
Content copied to clipboard
Prompt the user with a select menu.
Parameters
builder
Build a select menu with a SimpleSelectBuilder.
Prompt the user with a select menu.
Build a select menu with a SimpleSelectBuilder.