You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: endgit+" - The package manager for Endstone plugins",
25
-
Long: endgit+` - The package manager for Endstone plugins
26
-
27
-
A fast and modern CLI for managing Endstone plugins.
28
-
Install, update, publish, and search plugins directly from your terminal.`,
43
+
Long: func() string {
44
+
out:=bannerBox.MustRender(endgit, "The package manager for Endstone plugins\n\nA fast and modern CLI for managing Endstone plugins.\nInstall, update, publish, and search plugins\n directly from your terminal.")
45
+
returnout
46
+
}(),
29
47
}
30
48
31
49
// Execute runs the root command
@@ -42,9 +60,12 @@ func init() {
42
60
rootCmd.SilenceErrors=true
43
61
rootCmd.SilenceUsage=true
44
62
45
-
// Custom version template with OS/arch info
46
-
rootCmd.SetVersionTemplate(fmt.Sprintf(
47
-
"%s CLI %s (%s/%s)\n",
48
-
endgit, Version, runtime.GOOS, runtime.GOARCH,
49
-
))
63
+
// Custom version template with OS/arch info in a box
0 commit comments