Skip to content

Commit

Permalink
Add description for challenge command
Browse files Browse the repository at this point in the history
  • Loading branch information
SoroushTaheri committed Jun 2, 2022
1 parent c3b8a71 commit c681d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/challenge.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
var challengeCmd = &cobra.Command{
Use: "challenge",
Aliases: []string{"ch"},
Short: "",
Long: ``,
Short: "Get the full list of challenges or view details of a challenge",
Long: `Get the full list of challenges or view details of a challenge`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("challenge called")
},
Expand Down

0 comments on commit c681d71

Please sign in to comment.