Update shell funcs

This commit is contained in:
2023-12-09 23:45:30 -05:00
parent 64e07d3f40
commit 78662b3e09
8 changed files with 39 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ var plog *pterm.Logger
var rootCmd = &cobra.Command{
Use: "gitlab-project-manager",
Aliases: []string{"gpm"},
Short: "Find and use GitLab projects locally",
Long: rootCmdLong,
PersistentPreRun: initRootCmd,