Skip to content

Commit

Permalink
Add more aliases for the apps command (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper authored Aug 14, 2023
1 parent e1e3bb7 commit 8cecf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
func Applications() *cobra.Command {
appsCmd := &cobra.Command{
Use: "apps",
Aliases: []string{"a"},
Aliases: []string{"a", "application", "applications"},
Short: "Display all available applications",
}

Expand Down

0 comments on commit 8cecf58

Please sign in to comment.