Skip to content

Commit 598dec6

Browse files
committed
sort ALL the things
1 parent c7a942b commit 598dec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/open.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ func (r *RootCmd) openApp() *serpent.Command {
253253
for i, app := range agt.Apps {
254254
allAppSlugs[i] = app.Slug
255255
}
256+
slices.Sort(allAppSlugs)
256257

257258
// If a user doesn't specify an app slug, we'll just list the available
258259
// apps and exit.

0 commit comments

Comments
 (0)