Windows Multiplechoice doesn't work
Open
bug
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
Using master. When using Windows the multiplechoice throws an exception.
```
func(c *ishell.Context) {
choice := c.MultiChoice([]string{
"Golangers",
"Go programmers",
"Gophers",
"Goers",
}, "What are Go programmers called ?")
if choice == 2 {
c.Println("You got it!")
} else {
c.Println("Sorry, you're wrong.")
}
},
```
This code will reproduce the problem
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.