From 0d6926e14bd4248186656b981bc280a20b9ce7bd Mon Sep 17 00:00:00 2001 From: Camilo Garcia La Rotta Date: Wed, 21 Jul 2021 17:41:50 -0400 Subject: [PATCH] doc: root cmd description --- cmd/ghcs/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ghcs/main.go b/cmd/ghcs/main.go index 696975ab5..c0659484d 100644 --- a/cmd/ghcs/main.go +++ b/cmd/ghcs/main.go @@ -13,8 +13,8 @@ func main() { var rootCmd = &cobra.Command{ Use: "ghcs", - Short: "Codespaces", - Long: "Codespaces", + Short: "Unofficial GitHub Codespaces CLI", + Long: "Unofficial CLI tool to manage and interact with GitHub Codespaces", Version: "0.6.0", }