Skip to content

WIP: Fix cosmetic issue in account listing

Woob Import requested to merge 206-cosmetic-accountlistformatter into master

When you have long id names, or long account names, or both, you may have some formatting issue where balance and coming values are not properly aligned. This patch fixes this alignment issue, and allows the possibility to easily change the column width in the future. (If there is interest in it, it's certainly possible to fetch column width either from cli parameters, configuration or environment variables)

Closes #206 (closed)

Merge request reports