cange back use to create

This commit is contained in:
Robin Olsen
2026-02-04 20:23:32 +01:00
parent 3a7f48fc43
commit ee6ed50143

View File

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