Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
sort ALL the things
  • Loading branch information
johnstcn committed Mar 21, 2025
commit 598dec612d9475c2e467c2ab377e9d9a62dc8d6e
1 change: 1 addition & 0 deletions cli/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (r *RootCmd) openApp() *serpent.Command {
for i, app := range agt.Apps {
allAppSlugs[i] = app.Slug
}
slices.Sort(allAppSlugs)

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