From 37862c7bae4ea60c6bcbbea8dbc2d8f254ddaabb Mon Sep 17 00:00:00 2001 From: Robin Olsen <129996395+Telikz@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:54:27 +0100 Subject: [PATCH] Update internal/commands/issues/close.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/commands/issues/close.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/commands/issues/close.go b/internal/commands/issues/close.go index 0665fe8..3c89b10 100644 --- a/internal/commands/issues/close.go +++ b/internal/commands/issues/close.go @@ -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,