Closed vdun closed 4 years ago
Currently the output of rbql-py --input ./test.csv --delim , --query 'select *' is monochrome.
rbql-py --input ./test.csv --delim , --query 'select *'
Great idea! I am thinking about adding a special --color option that would do the trick.
--color
Done! Version 0.14.0
Currently the output of
rbql-py --input ./test.csv --delim , --query 'select *'
is monochrome.