Skip to content

Commit

Permalink
feat: support short option handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann committed Jun 20, 2023
1 parent 8997912 commit f2cd0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/commands/clusterCmd/listCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func listCmd() *cli.Command {
},
},
},
UseShortOptionHandling: true,
Before: func(context *cli.Context) error {
return gcp.ValidateUserLogin(context.Context)
},
Expand Down

0 comments on commit f2cd0cf

Please sign in to comment.