Improve output

This commit is contained in:
Melroy van den Berg 2025-04-24 17:29:55 +02:00
parent fca7c791b2
commit b4e461f90e
No known key found for this signature in database
GPG key ID: 71D11FF23454B9D7

View file

@ -50,7 +50,7 @@ func createSummary(jsonStr string) string {
// Add ID if available // Add ID if available
if id := gjson.Get(jsonStr, "id").String(); id != "" { if id := gjson.Get(jsonStr, "id").String(); id != "" {
summaryParts = append(summaryParts, fmt.Sprintf("%s: %s", bold("ID"), green(id))) summaryParts = append(summaryParts, fmt.Sprintf("%s: %s", bold("Original URL"), green(id)))
} }
// Process based on type // Process based on type