doc: root cmd description

This commit is contained in:
Camilo Garcia La Rotta 2021-07-21 17:41:50 -04:00
parent 35f458b853
commit 0d6926e14b

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