[Lldb-commits] [lldb] [lldb] Align command and settings in apropos output (PR #177295)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 22 22:08:59 PST 2026
JDevlieghere wrote:
> This looks fine to me. Given that settings tend to be much longer than commands, I wonder if it might not look nicer to have separate max lengths for commands and settings. I might make for a little less useless whitespace w/o making the result hard to read (as the original definitely was.)
Yeah that's a good point. I was on the fence because I prefer the uniform alignment, but I can't argue against making it more usable for smaller terminals, even if I usually have it take up most of my screen.
https://github.com/llvm/llvm-project/pull/177295
More information about the lldb-commits
mailing list