Open
Description
As a user of Q CLI, I would like to be able to use Q chat in my scripts in order to achieve complex results. For example:
cat someDataWarehouseDump.csv | q chat --no-interactive --trust-all --quiet "make me a pretty html report"
This way the input and output could be piped and used like any other Unix-like script. Also, the name of the parameter I'll leave it up to you.