Skip to content

Commit

Permalink
Add description for describe command
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalador committed May 12, 2024
1 parent 4dcebdc commit b8c2a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/describe/describe.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
// DescribeCmd represents the describe command
var DescribeCmd = &cobra.Command{
Use: "describe",
Short: "Show details of a specific resource or group of resources",
Run: func(cmd *cobra.Command, args []string) {
if len(args) == 0 {
cmd.Help()
Expand Down

0 comments on commit b8c2a74

Please sign in to comment.