eventure / hide.client.linux

Hide.me CLI VPN client for Linux
https://hide.me
GNU General Public License v2.0
90 stars 35 forks source link

conf output to STDOUT instead of STDERR for classic style redirection #27

Closed m33m33 closed 7 months ago

m33m33 commented 8 months ago

hide.me conf output is currently written to the error output (STDERR, 2)

It breaks the classic unix style standard output redirect to file like this: hide.me -options(...) conf > config

Valid output should be written to STDOUT (1) Errors should be written to STDERR (2)