Skip to content

Commit 60c83d0

Browse files
chore: remove multi-select test from cmd/cliui
1 parent 52ed127 commit 60c83d0

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

cmd/cliui/main.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ func main() {
8888
},
8989
})
9090

91-
root.Children = append(root.Children, &serpent.Command{
92-
Use: "multi-select",
93-
Handler: func(inv *serpent.Invocation) error {
94-
values, err := cliui.MultiSelect(inv, cliui.MultiSelectOptions{
95-
Options: []string{"Tomato", "Banana", "Onion", "Grape", "Lemon"},
96-
})
97-
_, _ = fmt.Printf("Selected: %q\n", values)
98-
return err
99-
},
100-
})
101-
10291
root.Children = append(root.Children, &serpent.Command{
10392
Use: "job",
10493
Handler: func(inv *serpent.Invocation) error {

0 commit comments

Comments
 (0)