mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
+1
-1
@@ -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
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user