Update internal/commands/issues/close.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,6 @@ var CloseCmd = &cobra.Command{
|
|||||||
Short: "Close an existing issue",
|
Short: "Close an existing issue",
|
||||||
Long: `Close an existing issue by its ID.`,
|
Long: `Close an existing issue by its ID.`,
|
||||||
Example: `pm close pm-abc`,
|
Example: `pm close pm-abc`,
|
||||||
|
|
||||||
|
|
||||||
Args: cobra.ExactArgs(1),
|
Args: cobra.ExactArgs(1),
|
||||||
RunE: runCloseCmd,
|
RunE: runCloseCmd,
|
||||||
|
|||||||
Reference in New Issue
Block a user