sscott33 / paths.bash

A directory bookmarking tool/system for Bash users.
MIT License
0 stars 0 forks source link

Print error messages to stderr #6

Open sscott33 opened 1 year ago

sscott33 commented 1 year ago

The POSIX way would be to send error messages to stderr. Currently all error messages are sent to stdout. This is important for situations like redirecting the output of a function.

sscott33 commented 4 months ago

Nearly complete. I still missed one in v3.0.0.pre.