"This command"

Signed-off-by: Odyssium <hi@odyssey346.dev>
This commit is contained in:
Odyssium
2023-04-01 22:03:15 +02:00
parent be78ac7661
commit 644431e39c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
var envCmd = &cobra.Command{
Use: "env",
Short: "Get environment variable status",
Long: `gothub env will show you the status of all environment variables that are used by GotHub.`,
Long: `This command will show you the status of all environment variables that are used by GotHub.`,
Run: func(cmd *cobra.Command, args []string) {
env()
},
+1 -1
View File
@@ -10,7 +10,7 @@ import (
var setupCmd = &cobra.Command{
Use: "setup",
Short: "Interactive GotHub instance setup wizard",
Long: `gothub setup allows you to setup your GotHub instance in an interactive way. It will ask you a few questions and then set environment variables for you.`,
Long: `This command allows you to setup your GotHub instance in an interactive way. It will ask you a few questions and then set environment variables for you.`,
Run: func(cmd *cobra.Command, args []string) {
setup()
},