From 65c41886ff9dba2a2f43f80e55f0462d64c4e52d Mon Sep 17 00:00:00 2001 From: Farbod Salimi <4585739+farbodsalimi@users.noreply.github.com> Date: Sat, 28 Jan 2023 23:17:13 -0800 Subject: [PATCH] chore: update description --- cmd/root.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index e695aec..7ac9ce2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,8 +14,7 @@ var ( // Root Command rootCmd = &cobra.Command{ Use: "dokimi", - Short: "Dokimi is a Go testing framework.", - Long: `Dokimi is a Go testing framework.`, + Short: "Dokimi provides some helper commands for testing in Go.", } )