Usage of the included tsql command produces unwanted output like shown below, even if the 'quiet' option enabled:
$ tsql -o qfh
[TinyTds][v1.0.5][tsql]: /Users/dev/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/tiny_tds-1.0.5/exe/tsql
I would like the command to be actually quiet when called for, i.e. only the query result being shown.
Supressing headers and footers with -o fh works fine.