Textualize / rich-cli

Rich-cli is a command line toolbox for fancy output in the terminal
https://www.textualize.io
MIT License
3.04k stars 75 forks source link

Added option to override CSV default header detection. #79

Open Chief00 opened 1 year ago

Chief00 commented 1 year ago

Noticed it didnt display the header for some CSVs due to the std CSV lib header detection not being perfect (https://docs.python.org/3/library/csv.html#csv.Sniffer.has_header), so added a click option to override the default detection.