dsprenkels / sss-cli

Command line program for secret-sharing strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use env_logger for messages to stderr

dsprenkels opened this issue · comments

Currently, sss-cli uses a mixture of panic!'s and eprintln!'s to output error messages to the user. We should make sure that all the error messages consistently output to stderr s.t. pipes work as expected.