wip
This commit is contained in:
14
cmd/root.go
14
cmd/root.go
@@ -12,21 +12,13 @@ import (
|
||||
"gitlab.sweetwater.com/it/devops/tools/gitlab-project-manager/internal/config"
|
||||
)
|
||||
|
||||
const (
|
||||
defGitlabHost = "gitlab.sweetwater.com"
|
||||
defProjectsPath = "~/work/projects"
|
||||
defLogLevel = "info"
|
||||
)
|
||||
|
||||
var conf config.Config
|
||||
var plog *pterm.Logger
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "gitlab-project-manager",
|
||||
Short: "Find and use GitLab projects locally",
|
||||
Long: `Finds GitLab projects using fuzzy-find, remembering
|
||||
your chosen term for the project as an alias, and offers helpful
|
||||
shortcuts for moving around in projects and opening your code`,
|
||||
Use: "gitlab-project-manager",
|
||||
Short: "Find and use GitLab projects locally",
|
||||
Long: rootCmdLong,
|
||||
PersistentPreRun: initRootCmd,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user