dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Write errors to stderr instead of stdout #406

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

As mentioned in #105—we output errors to stdout rather than stderror. We should consider changing this functionality where applicable.