Skip to content

Commit

Permalink
feat(cmd/k8s): Add alias "kubernetes"
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsika committed Jun 28, 2023
1 parent 95874e8 commit b0a9a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
var Cmd = &cobra.Command{
Use: "k8s",
Short: "Utils for Kubernetes",
Aliases: []string{"k"},
Aliases: []string{"k", "kubernetes"},
}

func init() {
Expand Down

0 comments on commit b0a9a3b

Please sign in to comment.