cange back use to create

This commit is contained in:
Robin Olsen
2026-02-04 20:23:32 +01:00
parent 370bbd626c
commit a4054b26ae

View File

@@ -16,7 +16,7 @@ var (
)
var createCmd = &cobra.Command{
Use: "issue [title]",
Use: "create [title]",
Short: "Create a new issue",
Long: `Create a new issue with the specified details.`,
RunE: runCreateCmd,