Cumulocity-IoT / cumulocity-remote-access-local-proxy

Cumulocity IoT Remote Access Local Proxy
Apache License 2.0
7 stars 9 forks source link

feat: write user messages to stderr #183

Closed reubenmiller closed 5 months ago

reubenmiller commented 5 months ago

Write user messages to stderr (instead of stdout).

Using stderr for user messages is generally the standard, and it then allows users to ignore the messages by simply redirecting stderr to /dev/null (mostly useful for when using c8ylp connect ssh mydevice -- <REMOTE_COMMAND> which allows the user to only concentrate on the more stdout.