How to prevent command output lines to be concatenated? #2438
-
|
Hello. During an upgrade ' Since DNF5 is developed for Fedora, which is itself intended to run in a systemd-controlled system, I would take the latter as a reference for comparison, as it does include the ' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
DNF5 does not use any pager. It also does not truncate any output on purpose. It sometimes only wrap an output to a table. Do you have an example the problematic output? |
Beta Was this translation helpful? Give feedback.
This is on purpose because it is a progressbar. The whole one is:
Would you rather see wrapping to multiple lines? Like:
I'm not sure this ever change because of pathological cases like if only a single column left for the package name. Then the output would span over multiple lines, each having only a single character.