League Standings table format
sartaj10 opened this issue · 3 comments
sartaj10 commented
Description
When viewing the Serie A standings table, one of the columns was not formatted correctly. Could be because the team name is pretty long
Versions
- NodeJS version (if applicable): v6.11.2
- Football CLI version: 0.13.12
Error
Expected behaviour
Steps to recreate
football standings -l SA
football standings -l ELC
People to notify
manrajgrover commented
Hey, this looks like a bug in cli-table
dependency. Upgrading to cli-table2
seems to fix this. Thanks for reporting this. Will fix this soon.
manrajgrover commented
This should be fixed in #25. I'll make a release soon and let you know. Till then, you can check if it fixes for you by checking out master.
manrajgrover commented
@sartaj10 Made a release with this fix. Please try v0.14.0
and let me know if it is fixed.