cmd/ghcs/main: Better description of ghcs as a whole

Co-authored-by: Camilo Garcia La Rotta <camilogarcialarotta@github.com>
This commit is contained in:
Issy Long 2021-07-22 14:08:20 +01:00
parent b66d65379f
commit 69865fa762

View file

@ -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",
}