dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.42k stars 661 forks source link

Send diagnostic "Connecting to socket" message to STDERR #918

Closed rolandwalker closed 3 years ago

rolandwalker commented 3 years ago

Description

The message Connecting to socket {socket}… is diagnostic in nature, and should be directed to the standard error.

Otherwise it will be captured in an invocation of the form

mycli --execute <query> > output.tsv

Checklist

amjith commented 3 years ago

:tropical_fish: