mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
fix(cli): command name in help output (#52)
This commit is contained in:
parent
2fba5414e5
commit
ee5c7aa142
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
var logger *slog.Logger
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "releaser-pleaser",
|
||||
Use: "rp",
|
||||
Short: "",
|
||||
Long: ``,
|
||||
Version: version(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue