Skip to content

Commit

Permalink
feat: alias filter to filters
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshit Gondwal <rakshitgondwal3@gmail.com>
  • Loading branch information
rakshitgondwal committed Apr 2, 2023
1 parent 5986f4f commit dde4e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/filters/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var FiltersCmd = &cobra.Command{
Use: "filters",
Aliases: []string{"filters"},
Aliases: []string{"filter"},
Short: "Manage filters for analyzing Kubernetes resources",
Long: `The filters command allows you to manage filters that are used to analyze Kubernetes resources.
You can list available filters to analyze resources.`,
Expand Down

0 comments on commit dde4e83

Please sign in to comment.