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,