python-tabulate
python-tabulate copied to clipboard
how to set the maxcolwidths argument in CLI
tabulate -s "," -f fancy_grid -maxcolwidths=(None, 8)
doesn't work.
Is it possible to set the maxcolwidths argument in CLI?