cli-table / cli-table3

Pretty unicode tables for the command line
MIT License
527 stars 44 forks source link

Correctly set cell padding for zero values #287

Closed speedytwenty closed 2 years ago

speedytwenty commented 2 years ago

This addresses the issue reported in #124.

When setting cell options, it was taking the first truthy value and therefore any zero (0) values were being ignored.