astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.08k stars 162 forks source link

Fix argument parsing of the command line utility #333

Open frsche opened 1 month ago

frsche commented 1 month ago

The expected arguments in the command line utility do not match the help description. Furthermore, the long "--output" parameter was missing the following filename, and "--align" was later expected to be called "--colalign".