Update internal/commands/issues/close.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-03-01 20:54:27 +01:00
committed by GitHub
parent 447f97ec3e
commit 37862c7bae

View File

@@ -14,7 +14,6 @@ var CloseCmd = &cobra.Command{
Short: "Close an existing issue",
Long: `Close an existing issue by its ID.`,
Example: `pm close pm-abc`,
Args: cobra.ExactArgs(1),
RunE: runCloseCmd,