We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a81ab0 commit 5ed56c8Copy full SHA for 5ed56c8
1 file changed
cmd/lk/agent.go
@@ -565,6 +565,7 @@ func createAgent(ctx context.Context, cmd *cli.Command) error {
565
for i, r := range regionOptions {
566
regionOptions[i] = strings.TrimSpace(r)
567
}
568
+ slices.Sort(regionOptions)
569
570
if err := huh.NewSelect[string]().
571
Title("Select region for agent deployment").
0 commit comments