modified: pkg/cli/commands/delete.go

This commit is contained in:
viljarb
2026-02-05 17:44:21 +01:00
committed by Robin Olsen
parent a0cb60c3ed
commit 74ac39df21

View File

@@ -11,7 +11,7 @@ import (
var deleteCmd = &cobra.Command{
Use: "delete [id]",
Short: "Delete existing issue",
Short: "Delete an existing issue",
Long: `Delete an existing issue by its ID.`,
Example: `pm delete issue_id`,
RunE: runDeleteCmd,