Description
Right now, if you use eg.
cbq -q -e http://localhost:8095/ -f foo.sqlpp
the command output will echo the contents of foo.sqlpp, despite the "-q" argument. This makes it impossible to use cbq in scripts or pipelines.
I'm not sure it's ever reasonable to echo the query contents like this, but at a minimum "-q" should suppress it.