Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Move non-error output back to stdout #56

Closed burke closed 6 years ago

burke commented 6 years ago

Closes #55 Closes #58

I agree that both of these cases should be stdout rather than stderr: neither are error cases, nor must either be separated from a stdout stream that's useful to redirect elsewhere.