samtes commented on code in PR #13147: URL: https://github.com/apache/trafficserver/pull/13147#discussion_r3243199743
########## tools/hrw4u/src/errors.py: ########## Review Comment: Good catch — you were right, and it leaked into markdown too. The note is now stored as plain text (`"Did you mean: foo?"`) and each formatter owns its own decoration — `PlainTextFormatter` prepends the ` |` gutter, JSON emits it raw, Markdown wraps with `>`. As a side benefit, sibling notes like `"Arguments provided: N"` now align with the caret in plain output too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
