From c681d71d51f95ed8498988865b587daf2ad55959 Mon Sep 17 00:00:00 2001 From: Soroush Taheri Date: Thu, 2 Jun 2022 05:06:44 +0000 Subject: [PATCH] Add description for challenge command --- cmd/challenge.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/challenge.go b/cmd/challenge.go index 7e40cb6..93f334b 100644 --- a/cmd/challenge.go +++ b/cmd/challenge.go @@ -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") },