Commit 69150b6
fix: preserve newlines in multi-feed table display (#20)
cli::cli_inform() collapses embedded newlines, breaking the tibble
table formatting when multiple feeds match. Switch to message()
which is equally CRAN-compliant (routes to stderr/message stream)
and faithfully preserves the preformatted table output.
https://claude.ai/code/session_0198TAubxxGQdmyftSHnhy6s
Co-authored-by: Claude <noreply@anthropic.com>1 parent b264c59 commit 69150b6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments