mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-03 20:21:32 +00:00
The MCA statistics table replaced the tabwriter implementation with the tablewriter package. Now the statistics table is a complete box with line wrapping support for long lines. This change also adds the --table-width parameter which is used to set the maximum width of the MCA statistics table. The default value is the width of the calling terminal and the table can be disabled by providing a negative number for the table-width. Signed-off-by: John Akre <john.w.akre@intel.com>