We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e4d05 commit 183693aCopy full SHA for 183693a
examples/closestmatch_empty.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
func main() {
10
- issues := map[string]string{}
+ issues := map[string]string{"what": ""}
11
var selected string
12
cb := rtprompt.ClosestMatch{
13
Data: issues,
0 commit comments