Add README, fix headline printing.

This commit is contained in:
2025-01-03 10:50:00 -06:00
parent 742d47ba53
commit 982680d972
3 changed files with 89 additions and 2 deletions

View File

@ -53,7 +53,7 @@ proc prettyPrintFormat(logLine: string): string =
try:
var logJson = parseJson(logLine)
result = '-'.repeat(terminalWidth())
result = '-'.repeat(terminalWidth()) & "\n"
# Print the known fields in order first
for f in fieldDisplayOrder: