mirror of
https://gitlab.melroy.org/melroy/fediresolve.git
synced 2025-06-07 20:08:57 +00:00
Improve output
This commit is contained in:
parent
fca7c791b2
commit
b4e461f90e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue