From ee6ed50143787a335448d94057516a81b89a0028 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Wed, 4 Feb 2026 20:23:32 +0100 Subject: [PATCH] cange back use to create --- pkg/cli/commands/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/commands/create.go b/pkg/cli/commands/create.go index 5cbfba1..1403271 100644 --- a/pkg/cli/commands/create.go +++ b/pkg/cli/commands/create.go @@ -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,