fix(cli): command name in help output

This commit is contained in:
Julian Tölle 2024-09-08 20:19:13 +02:00
parent 2fba5414e5
commit 96a1a59e76

View file

@ -11,7 +11,7 @@ import (
var logger *slog.Logger
var rootCmd = &cobra.Command{
Use: "releaser-pleaser",
Use: "rp",
Short: "",
Long: ``,
Version: version(),