Update internal/commands/issues/close.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,6 @@ var CloseCmd = &cobra.Command{
|
|||||||
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