Skip to content

Commit

Permalink
increase size of select-cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Apr 12, 2020
1 parent 9c3293e commit 417f634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kaf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ var configSelectCluster = &cobra.Command{
p := promptui.Select{
Label: "Select cluster",
Items: clusterNames,
Size: 10,
}

_, selected, err := p.Run()
Expand Down

0 comments on commit 417f634

Please sign in to comment.