Similar to #83, but for CLI output. ``` $ q=`echo -e "select 'text\e[33mcolor-inj' from tbl"` $ ./bin/highlight-query --query "$q" SELECT 'textcolor-inj' FROM tbl ```