Skip to content

Commit

Permalink
fix: alias for cluster list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jun 21, 2023
1 parent f2cd0cf commit 39e0c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/commands/clusterCmd/listCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import (

func listCmd() *cli.Command {
return &cli.Command{
Name: "list",
Name: "list",
Aliases: []string{"l"},
Flags: []cli.Flag{
&cli.BoolFlag{
Name: "includeManagement",
Expand Down

0 comments on commit 39e0c1d

Please sign in to comment.